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?

Check that it is array

Try:

var app = new Data(["Hello world",12,16,18],{
   constructor: true,
   /*
    or
   */
   entries: true
});
PreviousCopy any value in the arrayNextReturn array values ​​in reverse order

Last updated 4 years ago

Was this helpful?