Consider the following statements
var count = 0;
while (count <

Home | Discussion Forum

Consider the following statements

var count = 0;
while (count < 10)
{
console.log(count);
count++;
}

In the above code snippet, what happens?

View More Related Question

1) The “var” and “function” are

2) The enumeration order becomes implementation dependent and non-interoperable if :

3) Spaces,Punctuation marks are called as __________ Symbols in JavaScript.

4) JavaScript is a _______________ language

5) A conditional expression is also called a

UP Gk Online Test

taiyari24hour.com