The Global object in JavaScript

JavaScript has built-in global object, properties and methods. 

The Math object in JavaScript

The Math object is a built-in, static object in JavaScript. It’s functions and constants helps in mathematical calculations. Since math is static it can be used directly to c...