Function composition
Creating a function that passes each stage’s output to the next compatible function.
Also known as function pipeline
Creating a function that passes each stage’s output to the next compatible function.
Also known as function pipeline