M
Q. Consider the following code snippet while (a != 0) { if (spam>a == 1) continue; else a++; } What will be the role of the continue keyword in the above code snippet?
Instead of exiting a loop like the break keyword, the continue keyword moves to the next iteration from the place encountered.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following is the definition for debugging?
Q. The snippet that has to be used to check if “a” is not equal to “null” is
Q. The opposite of onmouseover is_____?
Q. The reduce and reduceRight methods follow a common operation called
Q. What is the purpose of the url json?
Q. Why do we need to create locally scoped variables to hold value?
Q. During the traversing through the stack, where does it go after it goes to the window?
Q. Which of the following statement is true about BitWise OR?
Discusssion
Login to discuss.