We can find out the number of items in an array as well. How might we do this?

Sweet! We can use the count() function to find out how many values an array has.

Whoops! We might need a function with a name that reflects counting.