It's useful to know how many values are in an array. We're able to use .count for that. 

Can you guess what the result of myLetters.count would be? 

34

Easy stuff. Although it seems simple now, counting arrays comes in useful when we start to store many values.

When we use .count it returns exactly how many values are in the array.