JavaScript Tutorial/String/toString

Материал из Web эксперт
Версия от 21: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:



   <source lang="javascript">

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