tutorial.eyehunts.com
Switch case with if condition in JavaScript | Example code
The switch statement evaluated value of the switch expression is compared to the evaluated values of the cases. You can nest if condition...
Rohit