julzbond / array-methods

An exercise focusing on methods that access and mutate Arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An exercise focusing on methods that access and mutate Arrays


Languages

Language:JavaScript 98.8%Language:CSS 1.0%Language:HTML 0.2%