Learn
Loops
Review
Great job!
Key concepts covered in this lesson:
- Loops perform repetitive actions so we don’t have to code those actions manually every time.
- How to write
while
loops with a continue condition. - How to write
for
loops with a counter that increments or decrements.