What does
array
.length
do?
It counts the items in our array
It removes the last item in our array
That's it!
Almost. We use
array
.length
to count.