Published onNovember 8, 2019Functional Programming with TypeScriptFunctionalProgramTypeScriptTricksLearningType-theoryAs a declarative programming paradigm, Functional Programming leverages the math theory and type system to build the program with pure functions in a modular manner. Practising FP with TypeScript could be easy and interesting.