Mega Code Archive

 
Categories / JavaScript Tutorial / Operators
 

New

The new operator is used to create a new object. <html>     <body>     <script language="JavaScript">     <!--     var myArray = new Array();     -->     </script>     </body>     </html>