Skip to main content

2 docs tagged with "Break"

View All Tags

Break Statement in JavaScript

In this tutorial, we will learn about the break statement in JavaScript. We will learn how to use the break statement to exit a loop prematurely in JavaScript.

Switch Statement in JavaScript

In this tutorial, we will learn about the switch statement in JavaScript. We will learn how to use the switch statement to make decisions in JavaScript.