Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

JavaScript Built-in Functions : Complete Tutorial

Share this post!
 Vote this!

Number Methods

The Number object contains only the default methods that are part of every object's definition.
MethodDescription
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...

0 comments:

Post a Comment