Javascript: Advanced Statements: Looping

Looping statements allow us to perform the same task repeatedly. The three main looping constructs in the Javascript language are the while loop, the do while loop, and the for loop.