Skip to content

Instantly share code, notes, and snippets.

@reem
Created April 30, 2014 02:15
Show Gist options
  • Save reem/11416722 to your computer and use it in GitHub Desktop.
Save reem/11416722 to your computer and use it in GitHub Desktop.
var compose = function(f, g) { return function(x) { return f(g(x)); }; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment