Search
.sort()
Sort the originalArray in descending order without mutating it and store it in a variable named sortedDescending.
originalArray
sortedDescending
Log the value of sortedDescending to the console.
For example: