Use the Typescript Array functional programming constructs: map, reduce, filter, forEach, some, etc.
Why, what, how, and when you will learn about functional programming in Typescript.
Understand the basics: how to use functions as values, functions as arguments, and functions as return values.
Know the terminology used in FP
Let’s see how we can combine functional programming and TypeScript to build highly reusable and maintainable software.
Play around with functional programming
Functional programming using Array functions
Continue to explore functional programming
Yet more functional programming