Determine the number of values ​​in an array

This is done using the getLength: method.

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

Last updated