Question:Which is the correct JavaScript syntax for "for/in" loop?
A for(variable in object){ statement }
B for(object in variable){ statement }
C forin(object in variable){ statement }
D forin(variable; test; increment){ statement }
+ AnswerA
+ Report