Basica javascrip question: how do I count object's atributes
Posted: Tue Oct 14, 2008 6:58 pm
That's the question.
How do I get the number of elements of b?
A loop would do it, but isn't there a built in funciont?
Code: Select all
a="a,b,v,asd,s,sasd";
b = a.split(',');A loop would do it, but isn't there a built in funciont?