I have the following array in JS:
in PHP i know i can loop through an array like this:
And key will hold the key and data will hold a value or an array further down.
In js how can I loop through my array and get the key and data?
What is also puzzling me is that when I do alert(pparray[0].length); it returns 0. is this correct?
Thanks