Skip to content

Instantly share code, notes, and snippets.

@lucamug
Created January 21, 2021 12:21
Show Gist options
  • Select an option

  • Save lucamug/d67d7a3a424031ee88410f2e27dae2a0 to your computer and use it in GitHub Desktop.

Select an option

Save lucamug/d67d7a3a424031ee88410f2e27dae2a0 to your computer and use it in GitHub Desktop.
function add(a) {
return function(b) {
return a + b;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment