Looping through values is called iterating.

Can you iterate through each character of the word string and print it?

Nice! Giving variables great names makes it easier to understand what we are iterating through.

Whoops! Here's a hint: we're iterating through each letter character.