Skip to content

Instantly share code, notes, and snippets.

@MatthaeusHarris
Created February 23, 2015 21:39
Show Gist options
  • Save MatthaeusHarris/b6855333949450488c8f to your computer and use it in GitHub Desktop.
Save MatthaeusHarris/b6855333949450488c8f to your computer and use it in GitHub Desktop.
var a = function(b) {
return function(c) {
return b*c;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment