continue Statement
Similar to the break statement in that it skips remaining statements within a looping code block (do, while, and for) , but instead of halting the remaining loop iterations, continue begins again at the next iteration.
author: Ryan Hunt, editor: Charles Feduke