C static code analysis: Switch statement conditions should not have essentially boolean type.
Read moreCan we use logical operators in switch statement in JS?
JavaScript’s switch statement is a pretty powerful tool, but one I’ve generally avoided because it’s not as predictable as if statements or the ternary operator .18 Ağu 2019
Read moreCan switch statement contain logical operators?
But apparently in back end languages like php and I guess python, we can use logical, boolean and comparison operators in switch statements .
Read moreCan we use or operator in switch statement?
The switch-case construct is pretty similar to an if-else statement, you can use the OR operator in an if however .
Read more