Number.toSource() : toSource : Number Data Type JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Number Data Type » toSource »

 

Number.toSource()







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












<html>
    <body>
    <script language="JavaScript">
    <!--
    var aNum = Number(21);
    document.write(aNum.toSource());
    -->
    </script>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Number Data Type
» toSource