Question: You have an unordered list of high scores. Which is the simple method to sort the highScores in descending order?

  1. `.sortedByDescending()`
  2. `.descending()`
  3. `.sortedDescending()`
  4. `.sort("DESC")`

Answer: The correct answer of the above question is Option C:`.sortedDescending()`