mostly-adequate-guide
mostly-adequate-guide copied to clipboard
Update exercise_b.js
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!