I Hacked My Vacation

White sandy beach. Palm trees swaying in the warm breeze. The faint sound of a steel drum being played somewhere beyond the dunes. I’m parked on a simple wooden stool at the shanty-bar, parting ways…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




LOOPS in JavaScript

What are loops?

Loops offer a quick and easy way to do something repeatedly. Here we will introduce the different iteration statements available to JavaScript.

Loops can execute a block of code a number of times. Loops are handy, if you want to run the same code over and over again, each time with a different value.

Types of loops:

1. for -loops through a block of code a number of times

2. while -loops through a block of code while a specified condition is true

3. do/while -also loops through a block of code while a specified condition is true

The FOR loop:

The JavaScript for loop iterates the elements for the fixed number of times. It should be used if number of iteration is known.

Syntax :

- Initialization is executed (one time) before the execution of the code block.

- Condition defines the condition for executing the code block.

- Increment is executed (every time) after the code block has been executed.

Example:

The WHILE loop :

The JavaScript while loop iterates the elements for the infinite number of times. It should be used if number of iteration is not known.

In other words the while loop, loops through a block of code as long as a specified condition is true.

Syntax:

Example :

The ‘do while’ loop

The do while loop is a variant of the while loop.

The JavaScript do while loop iterates the elements for the infinite number of times like while loop. But, code is executed at least once whether condition is true or false.

Syntax :

Example :

Hope this will help you.

Happy coding!!

Add a comment

Related posts:

What are the most effective ways of preventing colds in children?

A child can catch a cold six to eight times a year, twice as often as an adult(effective ways of preventing colds). Even though there are many remedies that can be used to help with stuffy or runny…

iPhone 13 PRO The SAVIOR APPLE

I will talk about how Apple corrected the previous blunder when they released the iPhone 12, as stated by a gadget reviewer, David GadgetIn conveying in his video that when the iPhone 12 and iPhone…

PHOTOGRAPHY AND FRAME

Photographer Ezra Stoller captures the modernism architecture landmark by shooting in black and white on camera to present the large scale of the building from a low angle. Ezra specializes in…