What are the three important manipulations done in a for loop on a loop variable?
Updation, Incrementation, Initialization
Initialization,Testing, Updation
Testing, Updation, Testing
Initialization,Testing, Incrementation
Correct Answer : B
What will be the equivalent code of the following JavaScript code?
for(var p in o) console.log(o[p]);
One of the special features of an interpreter in reference with the for loop is that ___________
Which type of JavaScript language is ___