Introduction
Iterating over arrays lets you do something with each item in a list, like checking or printing them one by one.
You want to print all items in a list of names.
You need to check each file in a list to see if it exists.
You want to add a prefix to every word in a list.
You want to count how many items in a list meet a condition.