Refactoring JavaScript: Collection Pipelines (Example) — This is part of a series called “Refactoring Javascript: Collection Pipelines.” You can read the introduction here. In a previous article, I gave an introduction to the power of reduce(), however, I didn’t really highlight it’s potential with a real world example. In this article we will solve the Canva…