Skip to content

Instantly share code, notes, and snippets.

@omesser
Created May 3, 2022 09:04
Show Gist options
  • Save omesser/3c3311091e1ea4ecda85cd124a244a63 to your computer and use it in GitHub Desktop.
Save omesser/3c3311091e1ea4ecda85cd124a244a63 to your computer and use it in GitHub Desktop.
javascript - curry sum
/*
Create a function 'sum' that would make the following function call work as expected and return the sum of two numbers.
*/
console.log(sum(2)(5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment