#28 Switch Case in JavaScript (JavaScript Tutorials for Beginners to Intermediate)
JavaScript Switch Case
In this part of our tutorials on JavaScript, you will learn about switch case statement.
It works just the same as if statement with else if and some small differences. In this tutorial,
you will learn about details of using the switch case statement in JavaScript.