JS ⟩ statement ⟩ control flow ⟩ branch ⟩ switch ⟩ case clause
(part of a switch statement)
case <expr> : <statements>
case clause uses punctuator :.
:
Statements and declarations ⟩ control flow ⟩ switch ⭐️
Last updated 2 years ago