Skip to content

Instantly share code, notes, and snippets.

@varjmes
Created January 6, 2014 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save varjmes/8286219 to your computer and use it in GitHub Desktop.
Save varjmes/8286219 to your computer and use it in GitHub Desktop.
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