Functional Javascript
How can you overcome JavaScript language oddities and unsafe features? With this book, you'll learn how to create code that's beautiful, safe, and simple to understand and test by using JavaScript's functional programming support. Author Michael Fogus shows you how to apply functiona...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly Media, Inc
2013.
2013. |
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627787306719 |
Tabla de Contenidos:
- Introducing Functional JavaScript
- First-class functions and applicative programming
- Variable scope and closures
- Higher-order functions
- Function-building functions
- Recursion
- Purity, immutability, and policies for change
- Flow-based programming
- Programming without class.