Two dimensional array toString : toSource : Array JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Array » toSource »

 

Two dimensional array toString

















<html>
    <script language="JavaScript">

    <!--
    numbers = new Array(3,6,7);
    colors = new Array("Blue","Green","Red",numbers);
    aString = colors.toSource();  
    document.write(aString)
    -->

    </script>

</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Array
» toSource