November 2001
Intermediate to advanced
936 pages
68h 43m
English
String.toString( ) — return the string
JavaScript 1.0; JScript 1.0, ECMAScript v1 Overrides Object.toString( )
string.toString( )The primitive string value of string. It
is rarely necessary to call this method.
TypeError
If this method is invoked on an object that is not a String.