The continue statement "jumps over" one iteration in the loop. ... The break statement breaks the loop and continues executing the code after the loop (if any): ...
www.w3schools.com