My solutions for the interactive excercises from the nodeschool page.
| Exercises done so far | |
|---|---|
| Learn you Node | |
| Stream adventure | |
| Bytewiser | |
| Javascripting | |
| Regex Adventure |
npm installNpm scripts to run the interactive excercises are listed on the package.json
//To visualize the exercise agenda
npm run <excercise-name>
//To submit your solution
npm run <execercise-name> verify <file-path>