Returns any value in the array

The get: method will help you to do this.

var app = new Data([12,13,"Hello, world"],{
    get: 3
});

Last updated