Skip to content

Latest commit

 

History

History
 
 

part1_exercises

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Part 1 Exercises

Installation: npm install

Example of running tests: Tests are all located in their corresponding folder so you should cd into the folder to run.

cd exercises/curry
mocha 

Some will fail and some will pass. The passing ones expect to be refactored.