Thursday, April 14, 2011

How to find the Length of the Array In java script:


<script language="javascript">

Arr1=new Array(2,1,4,3) ;
document.write("<h1>Length of Arr1 is="+ Arr1.length+"</h1>");

</script>

No comments:

Post a Comment