LogoLogo
  • Getting started
  • Usage
  • Importing Data.js
  • First method in Data.js
  • Returns any value in the array
  • Determine the number of values ​​in an array
  • Add any character or letter between values ​​in the array
  • Copy any value in the array
  • Check that it is array
  • Return array values ​​in reverse order
  • Return array values ​​in English alphabetical order
  • Change all values ​​of the array to a single value
  • Delete the values ​​of the array
Powered by GitBook
On this page

Was this helpful?

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
});
PreviousFirst method in Data.jsNextDetermine the number of values ​​in an array

Last updated 4 years ago

Was this helpful?