In order to add values at the end of an array, we can also use the .push() method.

Sweet! That's the same thing as assigning a value at the index of things.length.

Why don't we pass a value, or argument, to push() as well?