soert array descending code example Example: javascript sort descending function sortEggsInNest(a, b) { return a > b ? -1 : b > a ? 1 : 0; }