git clone git@github.com:voorhoede/code-class-funfunctional-js.git
cd code-class-funfunctional-js
Run each exercise by running npm start
from inside the directory, for example for the first exercise:
cd exercise-1
npm start
- Change
tunes.js
so that the note time is correctly parsed. A familiar tune should play... - Try out logging in-between to see how the values change, possibly in point-free style.
- Change
post-dog.js
so the test passes by using functions as values. - Also change the exported handler, so that it would work when deployed as a lambda. works when deployed as a lambda.
- Change
tupperware.js
so thetap
function works. - Change the
getYoutubeUrlId
function so that there is no nestedMaybe
.
To get the solution for an exercise apply the solution patch file, for example for the first exercise:
git apply exercise-1/solution.patch