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
});

Last updated