Skip to main content

5 docs tagged with "Statement"

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.

If...Else in JavaScript

In this tutorial, we will learn about the if...else statement in JavaScript. We will learn how to use the if...else statement to make decisions 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.

Update Statement

In this tutorial, you will learn how to Update the data into the database.