A statement block is a

Home | Discussion Forum

A statement block is a

View More Related Question

1) Consider the following statements

switch(expression)
{
statements
}

In the above switch syntax, the expression is compared with the case labels using which of the following operator(s) ?

2) Consider the following statements

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

In the above code snippet, what happens?

3) JavaScript is a _______________ language

4) A conditional expression is also called a

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

UP Gk Online Test

taiyari24hour.com