Definition: The Math class is used to define advanced mathematical functions that can be applied to numeric variables. This is not a reserved word so you can declare your own variable or function called Math but if you do then you will not be able to use the Math class.
Examples:
var myInt = Math.floor(myNum);

