JavaScript Tutorial/String/toString

Материал из Web эксперт
Перейти к: навигация, поиск

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:



   <source lang="javascript">

function String() { [native code] }</source>