|
sort
Overview of sort
sortAction that sorts an array. Usageobjx( array ).sort( [comparer] [, behaviour] )
ComparerThe comparer should take two arguments and return the value to sort on. function(a, b) { ... }
| ||||||
► Sign in to add a comment