In this video, we talk about the break statement and the continue statement. Break statement is used to jump out (halt) of the loop in for example, for loops and while loops. Continue statement is used to jump over to the next loop, skipping the current one.