Share this post! |
| Vote this! |
|
Number Methods
The Number object contains only the default methods that are part of every object's definition.
Method | Description |
constructor() | Returns the function that created this object's instance. By default this is the Number object. |
toExponential() | Forces
a number to display in exponential notation, even if the number is in
the range in which JavaScript normally uses standard notation. |
toFixed() | Formats a number with a specific number of digits to the right of the decimal. |
more...
Highly
Recommended Reading After Above
Javascript and JQuery
0 comments:
Post a Comment