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

2) The “var” and “function” are

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

4) Consider the following statements

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

In the above code snippet, what happens?

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

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.