Interiew Question: Build a Table Of Contents

A solution to a problem from a tech interview that I bombed horribly a few years back.

Function Pipelines in TypeScript

In this post I'll show you a way to use TypeScript generics to define a function pipeline, where the output of each function is used as input to the next. To keep things grounded in more appealing terms, we'll use our pipeline to build a pizza.