Login and Register ×
Check your Email for the OTP
JavaScript MCQ Javascript loops MCQ
⚠ Report ✓ Question Verified Copy Link
while (a != 0) { if (a == 1) continue; else a++; }
Explanation:
The continue keyword causes the loop to move on to the next iteration from the point at which it is encountered, whereas the break keyword exits the loop entirely.
Related Topic:
Share Above MCQ
Learn More MCQ Questions from JavaScript MCQ Javascript loops MCQ
Hello, please login before you report any Quesion. Login