Loops repeat code until a condition is met. In this section, you'll use while loops for unknown iterations, for loops for counting, and for...of for iterating collections.
You'll control loop flow with break and continue, and learn patterns for common tasks like summing, searching, and filtering.