Iteration

This lesson introduces to the basics of iteration.

What is iteration?

Iterative code is a block of code that runs in a loop. In ...