Skip to content

Instantly share code, notes, and snippets.

@storuky
Created March 24, 2019 11:04
Show Gist options
  • Save storuky/ab6dcf372e3534dbb707c1d09a366057 to your computer and use it in GitHub Desktop.
Save storuky/ab6dcf372e3534dbb707c1d09a366057 to your computer and use it in GitHub Desktop.
const operation = a => b => c => a * b + c;
operation('2')(3)('4')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment