Function composition is beautiful. In an earlier article, we looked at tools like compose() and flow(). These composition functions allow us to create function pipelines. They line functions up so that the output from one function flows straight into the next.
Full article