Q. What are the three crucial manipulations done in a "for loop" on a loop variable in JavaScript?
β
Correct Answer: (B)
The initialization, the test, and the update
You must be Logged in to update hint/solution