Test for multiple cases in a switch, like an OR (||) fall-through javascript switch-statement How would you use a switch case when you need to test for a or b in the same case? Answer You can use fall-through: