Javascript Reference
Categories: Error

javascript Error toString( )

@March 15, 2008, 1:22 a.m.
toString( )Firefox/Netscape/NN 6 IE 5(Win) ECMA 3  

  

Returns a string representation of the object, but the values differ between browser families. IE returns [object Error], while Netscape 6 returns a concatenation of the name and message properties.

 
Parameters

None.

 
Returned Value

String.


Powered by Linode.