Can you order these lines so they sort everything in descending order?

Nice! We create and populate names with the array literal, add "Jared" at the end, sort the array and reverse the order. Finally, we convert it to a string and display it.

Close! We create and populate names with the array literal, add "Jared" at the end, sort the array and reverse the order. Finally, we convert it to a string and display it.