Number Methods Sr.No.Method & Description 1 constructor() Returns the function that created this object's instance. By default this is the Number object. 2 toExponential() Forces a number to display in exponential notation, even if the number is in the range in which JavaScript normally uses standard notation. 3 toFixed() Formats a number with a specific number of digits to the right of the deci..