We can use for loops to go through arrays, strings, and ranges.

Can you use the for and in keywords to loop through names?

Whoop whoop! A good way to think of it is that we loop for each value in the names array.

Oh noes! We'll need to use the for keyword first to declare a for loop.