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 functional...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Sebastopol, CA :
O'Reilly Media, Inc.,
©2013.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 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.