Skip to content

Instantly share code, notes, and snippets.

@laser
Created December 31, 2014 18:29
Show Gist options
  • Save laser/49de0cb512d0847be70b to your computer and use it in GitHub Desktop.
Save laser/49de0cb512d0847be70b to your computer and use it in GitHub Desktop.
h
var sumWithXFixedToTen = _.partial(sum, 10);
(typeof sumWithXFixedToTen); // Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment