continue Statement
A statement used to skip the rest of the current loop iteration and start the next one.

The "continue" statement is like a shortcut that lets you skip part of a loop's task and move on to the next one. If you don't want to eat a specific cookie, just say "continue" and go to the next.

OTHER HELPFUL TERMS
Stories, Tips and tricks