Created
January 6, 2014 17:25
-
-
Save varjmes/8286219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Functional programming is abstraction through the use of functions and reduce something into it's most basic components. FP involves keeping your functions as pure as possible and not mutating the state of the program at any point with them. | |
How does functional programming differ from OOP? What are higher order functions? How do you get started with functional JavaScript? Tim will answer all your questions and more, taking you through the core concepts and code examples of FP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment