JavaScript Math Objects
Math objects are built-in functions in JavaScript consisting of properties and methods that allows us to perform mathematical operations in our code. The Math function being an object has no constructor and can be called without creating it.
In this...
annysah.hashnode.dev4 min read