public static DESCENDING : Number
Represents a descending sort order. You can use this constant for the options parameter in the sort() or sortOn() method. The value of this constant is 2.
See also
sort (Array.sort method), sortOn (Array.sortOn method)