JavaScript String method: toString()
[this page | pdf | back links]
The toString() method (when applied to a JavaScript
string) returns
the string value of the string (i.e. itself).
It
has the following syntax (with no parameters):
string.toString()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript String Variables