switch
Term side of the Card
Topic: Syntax
Unit title: switch
Categories: Syntax, Statement
Explanation side of the Card
Explanation: The statement that evaluates an expression and executes code blocks based on matching case values. It's used as an alternative to multiple `if...else` statements for better readability and organization.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: