What does array.length do?

It counts the items in our arrayIt removes the last item in our array

That's it!

Almost. We use array.length to count.