continue
skip the current code block and go to next iteration of loop.
the opposite of this is Break which will escape the current code block loop
continue
skip the current code block and go to next iteration of loop.
the opposite of this is Break which will escape the current code block loop