Taking functional programming approach to pipeline functions in JavaScript — Cross-posted from my dev.to article with a same title. Recently I read an article, here on Medium, about using Pipeline style in JavaScript. An article described how to pipe functions together so data flows through all of them.
What I’ve missed in this article was functional programming taste. …