Home / Programming MCQs / JavaScript MCQs / Question
I
Q. What is the role of the "continue" keyword in the following piece of JavaScript code?
while (x !=0) { if(x ==1) continue; else x++; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is a server-side JavaScript object?
Which of the following is one of the fundamental features of JavaScript?
What is the correct syntax for opening a new window called “f2”?
What is the correct syntax to write an array in JavaScript?
In what way does the closure compiler help in checking the code?
What is the command used for debugging output in Node?
What does the Date object's method getTime() return?
What is the purpose of the advanced mode in the closure compiler?
Discusssion
Login to discuss.