A
Q. In the below switch syntax, the expression is compared with the case labels using which of the following operator(s) ?
Code:
switch(expression)
{
statements
}
{
statements
}
- Correct Answer - Option(D)
- Views: 29
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.