JavaScript | Control Flow | Question 7

Last Updated :
Discuss
Comments

What is the purpose of the 'continue' statement in a loop?


To exit the loop completely

To skip the rest of the code and proceed with the next iteration

To pause the loop temporarily

To repeat the current iteration

Share your thoughts in the comments