Skip to content

Commit

Permalink
Add talk on FP basics in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jfairbank committed Oct 10, 2016
1 parent 0ae5711 commit aa4a1ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functional-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@

- **Don't Be Scared of Functional Programming**
https://www.smashingmagazine.com/2014/07/dont-be-scared-of-functional-programming/
Several examples of functional programming principles, both in plain JS and with Underscore.js
Several examples of functional programming principles, both in plain JS and with Underscore.js

- **Functional Programming Basics in ES6**
https://www.youtube.com/watch?v=HvMemAgOw6I
Talk on functional programming with JavaScript and ES6 syntax. Covers basics such as purity, referential transparency, closures, immutability, currying, composition, and recursion.

0 comments on commit aa4a1ec

Please sign in to comment.