Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ case clause
(part of a switch statement)
case <expr> : <statements>
case clause uses punctuator .
⟩ ⟩ ⭐️
: