Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 396 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 396 Bytes

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.