Loops

A loop is a sequence of instructions. It is used to repeat a block of code.


In this section:

The for Statement
The while Statement
Break and Continue Keywords