So if orderby descending an array `[3, 2, 5, 4, 1]` would result:` [5, 4, 3, 2, 1]`
So if orderby descending an array
[3, 2, 5, 4, 1]would result:[5, 4, 3, 2, 1]