Skip to content

gSchool/js-native-array-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Native Array Methods Assessment

Prerequisite

Make sure Node.js is installed:

$ brew install node

Setup

  1. Fork & Clone this repo
  2. run npm install in the repo

Running Tests

$ npm test

Doing Exercises

Complete all of the functions inside of the src/ folder in order to get the tests to pass. You should not need to use any for loops.