Array.size function


/ Published in: JavaScript
Save to your folder(s)

This can be tested using the following piece of code

var a = [1, 2, 3, 4, 5];
alert(a.size());

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.