Consider the following statements
switch(expression)
{

Home | Discussion Forum

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

View More Related Question

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

3) Consider the following statements

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

In the above code snippet, what happens?

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

5) JavaScript is a _______________ language

UP Gk Online Test

taiyari24hour.com

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