News

The break keyword The break statement terminates the current loop, switch, or label statement and transfers program control to the statement following the terminated statement.
JavaScript offers many of the common conditional statements, loops, and switches to change the flow of program control.