Write a statement that assigns operationResult with the division of number1 by number2. Ex: If number1 is 6 and number2 is 2, operationResult is 3.
var number1 = 6; // Code tested with values: 6 and 4var number2 = 2; // Code tested with values: 2 and -2
var operationResult = 0;
JavaScript
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here