The Math Object
The Math object is a native Object that is given to us by JavaScript in order to deal easier with math operations. It contains methods that we can use when working with numbers or with lists of numbers and thus we don't need to re-invent the wheel every time.
Let's see some of this functionality in the following lectures.