Return array values in English alphabetical order
To do this, you need the sort: method.
var app = new Data(["D","B","A","C"],{
sort: true
});
PreviousReturn array values in reverse orderNextChange all values of the array to a single value
Last updated
Was this helpful?