Returns a string value from the given number
Optional
The source value to inspect
The radix for converting numeric value to string
a string value from the given number
David Hsing
toString(1); // '1' Copy
toString(1); // '1'
Returns a string value from the given number