🔁loop
a statement that does something repeatedly.
JS ⟩ statement ⟩ loop
(nested loop)
labeled statement is needed
when you want to skip to the next iteration of an outer loop that is not the nearest enclosing loop.
when you want to break out of a statement that is not the nearest enclosing loop / switch.