JavaScript.info > The "switch" statement > Flashcards
The _____ loop has one or more case blocks and an optional default.
switch
in a switch loop the default is optional or mandatory
optional
for switch we must emphasize that the equality check is always_____.
strict