When an empty statement is encountered, a JavaScript interpreter

Home | Discussion Forum

When an empty statement is encountered, a JavaScript interpreter

View More Related Question

1) Consider the following statements

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

In the above code snippet, what happens?

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

3) The “var” and “function” are

4) A conditional expression is also called a

5) A statement block is a

UP Gk Online Test

taiyari24hour.com