Language
Version: 1.8.5
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Functions
-
Objects
Search Results
Searching for: Case Statement in JavaScript
Switch Case
Language: JavaScript
A switch case is used test variable equality for a list of values, where each value is a case. When the variable is equal to one of the cases, the statements following the case are executed.