fp
Browse all posts filed under category fp. Check out the blog for all posts.
Currying in JavaScript
In this post, I want to keep things simple: what currying is, how it relates to partial application, and why...
Read article →
Predicate Functions in JavaScript
If you’ve written code in any programming language, you’ve already used predicate functions, even if you never called them that....
Read article →
Higher-order functions for currying in JavaScript
I’ve been working on my functional programming skills and applying what I learn in real JavaScript projects. JavaScript is a...
Read article →