var fooArray = new Array();fooArray["a"]="a";fooArray["b"]="b";fooArray["c"]="c";alert(fooArray.length);
Post a Comment
No comments:
Post a Comment