News

Object is the root object of all prototypes in JavaScript. Aside from providing the foundation for the JavaScript object model, Object imparts important methods such as toString() and assign().
The JavaScript math object is used to perform mathematical operation. The Math object includes several mathematical methods. Below are certain math objects with ...
Math.SQRT1_2 Square root of 1/2 0.707 Math.LN2 Natural logarithm of 2 0.693 Math.LN10 Natural logarithm of 10 2.302 Math.LOG2E Base-2 logarithm of E 1.442 Math.LOG10E Base-10 logarithm of E 0.434 Math ...