JavaScript Tutorial/Number Data Type/toSource

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

Number.toSource()

The toSource() method gets a string representation of the Number object.



   <source lang="javascript">

<html>

   <body>
   <script language="JavaScript">
   
   </script>
   </body>
   </html></source>