Home / Programming MCQs / JavaScript MCQs / Question
D
Q. What will happen, if the following JavaScript code is executed?
var count =0; while (count <10) { console.log(count); count++; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What kind of scoping does JavaScript use?
What will be the output of the following JavaScript code snippet?
Which of the following syntax can be used to write "Hello World" in an alert box?
What is the task of the Advanced Panel?
Which layer is used to handle the network addressing and routing?
Why so JavaScript and Java have similar name?
What does … operator do in JS?
Discusssion
Login to discuss.