DEV Community

Discussion on: Functional JavaScript - Functors, Monads, and Promises

Collapse
 
joelnet profile image
JavaScript Joel

Thanks for the feedback. I have added a couple of sentences a little closer to the flatMap example to hopefully add some clarity to this:

Maybe you were expecting more, but that's it for a Monad! A Monad is both mappable and flat-mappable.

Hope that helps!

Cheers!