Beginning functional JavaScript : uncover the concepts of functional programming with EcmaScript 8 /
Providing simple, concise, and ready-to-run code samples, this book will show you functional programming concepts using JavaScript ES8 including currying, partial functions, higher-order functions, and monads. --
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[New York] :
Apress,
[2018]
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Chapter 1: Functional Programming In Simple Terms
- Chapter 2: Fundamentals of JavaScript functions
- Chapter 3: Higher Order Functions
- Chapter 4: Closures and higher order functions
- Chapter 5: Being Functional On Arrays
- Chapter 6: Currying and Partial Application
- Chapter 7: Composition and pipeline
- Chapter 8: Fun with Functors
- Chapter 9: Monads In Depth
- Chapter 10: Pause, Resume with Generators
- Chapter 11: Building a Small React-like Library
- Chapter 12: Testing and Closing Thoughts.