A

Admin • 833K Points
Coach

Q. What are the three important manipulations done in a for loop on a loop variable?

  • (A) Updation, Incrementation, Initialization
  • (B) Initialization,Testing, Updation
  • (C) Testing, Updation, Testing
  • (D) Initialization,Testing, Incrementation
  • Correct Answer - Option(B)
  • Views: 29
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

In a for loop, the initialization, the test, and the update are the three crucial manipulations of a loop variable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.