A quick introduction to pipe() and compose() in JavaScript

Yazeed Bzadough
We’ve moved to freeCodeCamp.org/news
4 min readJan 10, 2018

--

Functional programming’s been quite the eye-opening journey for me. This post, and posts like it, are an attempt to share my insights and perspectives as I trek new functional programming lands.

Ramda’s been my go-to FP library because of how much easier it makes functional programming in JavaScript. I highly recommend it.

Composing blocks to form a structure. Pretty deep stuff…

--

--