tutorial.eyehunts.com
JavaScript switch case multiple arguments | Example code
Use the fall-through feature of the switch statement to use a switch case with multiple arguments in JavaScript. A matched case will run until
Rohit