Page Stats
Visitor: 494
JavaScript Loops
While writing a script, there may be a situation when you need to perform some action over and over again. In such situation, you would need to write loop statements to reduce the number of lines.
Types of Loops:
Exercise 1: Enter Number and Generate its Table
Exercise 2: Enter Age in Select Box using Loop