JS ⟩ statement ⟩ control flow ⟩ branch ⟩ switch ⟩ case clause
(part of a switch statement)
case <expr> : <statements>
case clause uses punctuator :.
:
Statements and declarationsarrow-up-right ⟩ control flowarrow-up-right ⟩ switcharrow-up-right ⭐️
Last updated 3 years ago