We use .count on empty arrays too.

Let's see what prints when we call .count on an empty myLetters.

No surprise there. Knowing the total number of values in an array comes in useful when we start adding lots of values.

We want to count if there are any values in myLetters.