An internal continuing education presentation I gave at my work, Oddball, on functional programming, specifically in JavaScript.. lots of examples and demo code.
Code and follow along:
https://github.com/philpalmieri/oddu-functional-programming
Samples of FP and how to use them and when.
- mutable.js and immutable.js
- pure-functions.js
- point-free.js
- higher-order-functions.js
- currying.js
- partial-application.js
- composition.js