Can I use a case/ switch statement with two variables ?
Switch Case Statement in JavaScript Anonymous User 429 19 Jul 2021 Can I use a case/switch statement with two variables?
Yes , you can use a two variables in a switch case statement.
Below example can describe you how to use this condition in you javascript code.
Hope this information has cleared your confusion.
Happy Coding!