Some Higher Order Abstractions in JS
This first article in the series concerns itself with discussing higher order functional programming (FP) concepts or rather abstractions and how they can apply in the context of JavaScript. Some of these concepts will be unfamiliar to those who approach JavaScript from an object-oriented perspective.
Topics that will be discussed in this post are Functors, Maybe, Either and Monads.
If thats interesting, then read on.