Javascript Math Quiz
Javascript examples for Math:Quiz
HOME
Javascript
Math
Quiz
Description
Click the following links for the tutorial for Math and Quiz.
Use the random() method to display a random number.
Display the number with the highest value.
Round "5.3" to the nearest integer, and display it.
Display the square root of "9".
Create a variable called myNumber, assign the value 50 to it, and display it.
Assign integer value to variable
Divide integer x by 3.
Display the product of 8 * 5, using two variables x and y.