⤴️continue
skips to the next iteration of the current/labeled loop.
JS ⟩ statement ⟩ control flow ⟩ continue
continue statement can be used only within the body of a loop, using it anywhere else causes a SyntaxError.
Last updated
skips to the next iteration of the current/labeled loop.
JS ⟩ statement ⟩ control flow ⟩ continue
continue statement can be used only within the body of a loop, using it anywhere else causes a SyntaxError.
Last updated