Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.94 KB

File metadata and controls

45 lines (28 loc) · 1.94 KB

Array Basics

Getting Started

  1. Fork and Clone this repository to your computer.
  2. Navigate to the project folder and open it up in your Text Editor/IDE of choice.
  3. All your work will be done in the file named: arrayMethods.js
  4. Install dependencies with the command: npm install
  5. Make all the test pass!

Running in Browser

Run the command: npm start then visit localhost:8080/ in your browser

Running in Cli

Run the command: npm test to run the tests in your command-line

References

Array Methods by Jason Sewell

Mozilla Developer Network

Push

Pop

Reverse

Shift

Sort

Splice

Unshift

Concat

Join

Slice

ToString

IndexOf

LastIndexOf