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?

Getting started

Using Data.js

  1. Download .zip file Data.js in Github

  2. Create new folder for your new app

  3. Copy bin folder in Data.js:

|___bin
      |___data.js
      |___test.js

4. Importing data.js your file:

const Data = require("./bin/data");
var app = new Data();

NextUsage

Last updated 4 years ago

Was this helpful?