Profile
Achievement
arunpjohny's Recent SnippetsTagged array
- All /
« Prev 1 Next »
This can be tested using the following piece of code
var a = [1, 2, 3, 4, 5];
alert(a.size());
0
1147
posted 16 years ago by arunpjohny
This function is add 'each' function to the javascript Array object.
1
1010
posted 16 years ago by arunpjohny