Object.toSource()
|
|
Syntax |
|
The toSource() method gets a string representation of the object. |
<html> <body> <script language="JavaScript"> <!-- var aNum = Number(21);
document.write(aNum.toSource()); --> </script> </body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
|