Table JavaScript Math Reference


The Math object in JavaScript is utilized for carrying out mathematical operations on numbers. Math is a built-in object that specifically works with number types, excluding BigInt. 

The JavaScript Math object comprises properties and methods, which are outlined below: 

JavaScript Math Properties: In the Math object of JavaScript, properties are static, meaning they belong to the object itself rather than instances of the object. 

JavaScript Math Methods: Methods in JavaScript are actions that can be executed on objects. The Math object exclusively offers static methods, which can be accessed directly without creating an instance of the object.