The “var” and “function” are

Home | Discussion Forum

The “var” and “function” are

View More Related Question

1) A statement block is a

2) Consider the following statements

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

In the above code snippet, what happens?

3) A conditional expression is also called a

4) JavaScript is a _______________ language

5) 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) ?

UP Gk Online Test

taiyari24hour.com