Finally, we can use the sort() method to, well, sort, an array in alphabetical order. If we want to reverse that order, we can use reverse() on the array.

What a neat and tidy array we have there!

Psst: when we use a method after another on an object in the same statement, we're said to chain these methods.

Don't we need to use that as a function call?