Return array values in reverse order
You reverse the array values using the reverse: method.
var app = new Data(["Hello world",12,16,18],{
reverse: true
});
Last updated
Was this helpful?
You reverse the array values using the reverse: method.
var app = new Data(["Hello world",12,16,18],{
reverse: true
});
Last updated
Was this helpful?