Javascript Video Tutorials 4: Loops




Javascript Video Tutorial Podcast » Podcast Feed show

Summary: Loops are another structure that are common to most programming languages. Loops allow you to repeat a section of code a known number of times. This fourth Javascript tutorial discusses the three primary kinds of loops: for loops, while loops and do…while loops. It also discusses the use of logical operators and statements to determine when a loop terminates.