How do you find the number with the highest value of x and y?
Answers
Answered by
1
Syntax. var x = Math.PI; // Returns PI var y = Math.sqrt(16); // Returns the square root of 16. For a tutorial about the Math object, read our JavaScript Math Tutorial.
Similar questions