Integer Array Declaration with initialization
|
|
<html> <head> <title>Array Declaration</title>
<script language="javascript" type="text/javascript"> <!--
var x = new Array(2,3,4); alert(x);
//--> </script>
</head> <body>
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
|