Skip to content

devleague/array-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages