What's up with loops, anyway?

They can repeat pieces of code for as often as we wantThey can run pieces of code with different valuesThey make scripts longer than they need to beThere's a single type of loop

You're right! Loops can repeat pieces of code, even with different values, for as often as we want and, therefore, make scripts shorter, not longer.

Not quite! Loops can repeat pieces of code, even with different values, for as often as we want and, therefore, make scripts shorter, not longer.