โคด๏ธ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
Was this helpful?