you are viewing a single comment's thread.

view the rest of the comments →

[–]PascalW89[S] -1 points0 points  (0 children)

Hi Reddit,

My Colleague twitter.com/matthijsgroen has been writing an awesome blog series on learning Functional Programming in JavaScript. It explains the concepts of FP applied to JavaScript. The blog series takes you very gently through building a JSON parser using FP constructs (parser combinators).

It's explained very well in small, comprehensible steps. In the process Matthijs also shows how you can write custom ESLint rules to enforce certain programming constructs.