Do you think there is a big difference in for...in and for loops? What kind of \"for\" do you prefer to use and why?
Let\'s say we have an array of associative array
for(;;) is for Arrays : [20,55,33]
for..in is for Objects : {x:20,y:55:z:33}