new : new « Operators « JavaScript Tutorial






The new operator is used to create a new object.

<html>
    <body>
    <script language="JavaScript">
    <!--
    var myArray = new Array();
    -->
    </script>
    </body>
    </html>








2.10.new
2.10.1.new