Languages
[Edit]
EN

JavaScript - break statement

0 points
Created by:
elmer
646

In this article, we would like to show you how to use break statement in JavaScript.

1. In loops

Edit

In this example, we use break statement inside a for loop to terminate the loop when the i iterator value reaches 3.

2. In switch statement

Edit

In this example, we use break statement to terminate the switch statement when a case is matched and its code executes.

3. In labeled blocks

Edit

In this example, we use break statement with outer_block label to break out both inner_block and outer_block.

 

See also

Edit
  1. JavaScript - loops: for, while, do while

  2. JavaScript - switch statement with example

References

Edit
  1. break - JavaScript | MDN
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join