kpat132 / week-1-mentor-session-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Fork & Clone this repository and change your current working directory to this repository.
  2. Install all dependencies by running the command: npm install
  3. Your work will be done in the file named: excercises.js
  4. Everytime you finish a function, run npm test to see if it passes the tests!
  5. Once test passes for a function, commit your code and push up to your repository.
  6. Rinse & Repeat until all tests pass!

Notes:

  1. Make sure you reference the function you made in the module.exports object before running tests!

About


Languages

Language:JavaScript 100.0%