15.5.4.2 String.prototype.toString()

2010-07-08

string String.prototype.toString()

Returns this String value. For String objects, this would return the same as valueOf).

Throws a TypeError when applied to an object that's not an instanceof String.