I
Q. Which one of the following is the correct output for the given JavaScript code?
var a=0; var b =0; while (a <3) { a++; b += a; console.log(b); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. How does the handshake help the server?
Q. Which of the following is one of the fundamental features of JavaScript?
Q. What is the default value of the asyc attribute?
Q. JavaScript counts positions from?
Q. The history object is a part of which object?
Q. Which is the property that represents the content displayed in the window?
Q. Which one of the following operator returns false if both values are equal?
Discusssion
Login to discuss.