JavaScript Tutorial/String/toSource

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

String.toSource()

If this method is invoked on the core String object, it will return something like the following:



   <source lang="javascript">

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