An open API service indexing awesome lists of open source software.

https://github.com/bfulop/wallabyquestion


https://github.com/bfulop/wallabyquestion

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Part 2 Exercises
==================

**Installation**:
`npm install`

**Running tests**:
Tests are located in their corresponding folders. To run:

```
cd exercises/curry
mocha *spec.js
```

Some will fail and some will pass. You'll need to edit the exercises until the tests pass.