Numbers Method
Method | Description |
---|---|
toExponential() | Returns the exponential notation in string format. |
toFixed() | Returns the fixed-point notation in string format. |
toLocaleString() | Converts the number into a local specific representation of the number. |
toPrecision() | Returns the string representation in exponential or fixed-point to the specified precision. |
toString() | Returns the string representation of the number in the specified base. |
valueOf() | Returns the primitive value of the number. |
No comments:
Post a Comment