What's the deal with loops?

They let us run blocks of code multiple timesThey run until a given condition is no longer trueFor loops only work with arrays

Great! Loops run blocks of code multiple times until their run condition is no longer true.

Not quite. Loops run blocks of code multiple times until their run condition is no longer true.