Two dimensional array toString : toSource « Array « JavaScript Tutorial






<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>








11.33.toSource
11.33.1.Array.toSource()
11.33.2.Two dimensional array toString