November 2001
Intermediate to advanced
936 pages
68h 43m
English
Error.toString( ) — convert an Error object to a string
JavaScript 1.5; JScript 5.5; ECMAScript v3
Overrides Object.toString( )
error.toString( )An implementation-defined string. The ECMAScript standard does not specify anything about the return value of this method, except that it is a string. Notably, it does not require the returned string to contain the error name or the error message.