Switch statements are outdated, provide lesser control than if statements hence not as widely used. With the proposed addition of Pattern Matching in JS (proposed ECMAScript standard), lets take a look at the capabilites pattern matching brings with examples from other languages
Modern use cases require switch-case to evolve