Functional Composition

Functional composition - the art of taking one function and applying it to the result of another.

Function composition is the process of combining two or more functions to produce a new function. Composing functions together is like snapping together a series of pipes for our data to flow through.