break

Term side of the Card
Topic: Syntax
Unit title: break
Categories: Syntax, Keyword
Explanation side of the Card

Explanation: The statement used to terminate the execution of loops or switch statements. Execution resumes at the next statement after the loop or switch.

Browser compatibility:
  • The chrome browser supports this feature starting from version 3
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 3.5
  • The safari browser supports this feature starting from version 4
Availability: