Adding pipelines to JavaScript

2018-11-19

In this article I examine one of ECMAScript's exciting new proposals which adds a pipeline operator to JavaScript. Pipelines offer a clean method of composing functions, and it's cool to play around with them in JavaScript.

Read the full article on LogRocket.