Skip to content

Instantly share code, notes, and snippets.

@haltcase
Created November 29, 2017 02:41
Show Gist options
  • Save haltcase/e356cb514280be3bba28ef9640e8c241 to your computer and use it in GitHub Desktop.
Save haltcase/e356cb514280be3bba28ef9640e8c241 to your computer and use it in GitHub Desktop.
const sumPlusTwo = _.partial(sumOfThreeNumbers, _, _, 2)
const sumPlusTwo = (x, y) => sumOfThreeNumbers(x, y, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment