MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.3k stars 1.86k forks source link

Update exercise_b.js #620

Open hariseldon78 opened 3 years ago

hariseldon78 commented 3 years ago

I lost a couple of hours because I was guessing that findUserById would return just an Either Error User, but then I found out that it returns a Task of that!