In addition to console, there are other objects built into JavaScript. Down the line, you’ll build your own objects, but for now these “built-in” objects are full of useful functionality:
https://developer.mozilla.org/en-US/d...
For example, if you wanted to perform more complex mathematical operations than arithmetic, JavaScript has the built-in Math object.
To see all of the properties and methods on the Math object, take a look at the documentation here:
https://developer.mozilla.org/en-US/d...