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