• Functional JavaScript Mini Book
  • Introduction
  • 1. Lambda
    • 1.1. Anonymous Function
    • 1.2. Arrow Function
  • 2. Higher-order Function
    • 2.1. High-order Function
    • 2.2. map reduce filter
    • 2.3. Currying
    • 2.4. Compose Function
  • 3. Pattern Matching
  • 4. Functor & Monad
    • 4.1. Functor
    • 4.2. Monad
  • 5. Appendix
Powered by GitBook

Functional JavaScript Mini Book

Appendix

References & Resources

  1. Eweda
  2. Learn You a Haskell
  3. typeclasses in javascript
  4. Why curry helps
  5. ECMAScript 6 campat table
  6. ES6 destructuring
  7. Functional Javascript