JavaScript Tutorial/String/toString
Версия от 18:52, 25 мая 2010; (обсуждение)
String.toString()
If invoked on the core String object, will return the object type or the name of the constructor that created the object. This will be something like the following:
function String() { [native code] }