Let's see what happens when we use .count on an empty string.

No surprises there right? As there's no text between the double quotes, .count gives us 0.

Didn't we want to use .count?