What is JS Math?
Briefly
- Built-in object
- Properties and methods for mathematical constants and functions
- NOT a function object! NOT a constructor!
- Properties and methods are static
Math Object Methods:
Math.random()
Math.floor()
Math.max()
Math.min()