Skip to content

Instantly share code, notes, and snippets.

@cyberglot
Last active August 29, 2015 14:12
Show Gist options
  • Save cyberglot/a75e7c284d0fc27b5ead to your computer and use it in GitHub Desktop.
Save cyberglot/a75e7c284d0fc27b5ead to your computer and use it in GitHub Desktop.
FP in JavaScript - First-Class Functions
var add = function(a, b){
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment