This is not an Introductory book in Javascript or TypeScript. The reader must have at least a couple of years of Javascript or TypeScript experience. Please read the Sample pdf to get an idea about the content of the book,also browse some of the codesandbox here [ ] Book Description This book goes beyond the introductory ideas of functional programming, while progressively building on practical examples in a comprehensive manner. Each example is accompanied by an online autonomous fiddle TypeScript code [ ], which you can run fork and modify, in order to deepen your understanding of each section. By the end of this book, you will have a deep understanding of the ideas behind functional TypeScript or JavaScript that will allow you to program in a functional style with confidence. Also, you will have an overview of how famous functional libraries like fp-ts, purify, etc. have implemented the different functional concepts. What you will Go beyond the Array.map by understanding how to generalize the idea of map to Functors like Maybe, Either and Promises, etc. Go beyond the idea of Array.reduce by understanding the concepts of fold and catamorphism over data structures. Learn how to combine functional ideas in order to solve practical problems. Use Monads like Maybe, Either, IO, Continuations, and Promises to chain computations. Get a deep understanding of recursive methods and learn how to define recursive methods on algebraic data structures.