break Statement
A statement used to exit a loop prematurely.

The "break" statement is like a magic word that can get you out of a loop right away. If you're in a loop and want to stop before reaching the end, just say "break," and you're out!

OTHER HELPFUL TERMS
Stories, Tips and tricks