Skip to content

Instantly share code, notes, and snippets.

@Millsky
Created February 9, 2016 22:18
Show Gist options
  • Save Millsky/33b559bd77e215523a80 to your computer and use it in GitHub Desktop.
Save Millsky/33b559bd77e215523a80 to your computer and use it in GitHub Desktop.
var curryAdd = (x) => (y) => return x + y;
@Millsky
Copy link
Author

Millsky commented Feb 9, 2016

Practice for new ES6 features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment