Returns a string representation of the input value trying to respect the string typing
toString(1) // '1' Copy
toString(1) // '1'
The type of the value to be converted to a string.
The value to be converted to a string.
A string representation of the input value.
Returns a string representation of the input value trying to respect the string typing
Example