August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Number.toLocaleString( ): convert a number to a locally formatted string — ECMAScript v3
number.toLocaleString( )
An implementation-dependent string representation of the number, formatted according to local conventions, which may affect such things as the punctuation characters used for the decimal point and the thousands separator.
If this method is invoked on an object that is not a Number.
Number.toExponential( ),
Number.toFixed( ), Number.toPrecision( ), Number.toString( )
Read now
Unlock full access