Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/foo.js Secret

Created June 8, 2018 10:51
Show Gist options
  • Save dminuoso/f552b4ddebaf64ca64d7b4ffb46f538c to your computer and use it in GitHub Desktop.
Save dminuoso/f552b4ddebaf64ca64d7b4ffb46f538c to your computer and use it in GitHub Desktop.
add = (a, b) => { a + b }
add(10,20)(30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment