Skip to content

Instantly share code, notes, and snippets.

@mikeplavsky
Created March 22, 2019 15:15
Show Gist options
  • Save mikeplavsky/ff148a7b36876f9edf75212485fb8663 to your computer and use it in GitHub Desktop.
Save mikeplavsky/ff148a7b36876f9edf75212485fb8663 to your computer and use it in GitHub Desktop.
const mul = x => y => z => x * y * z;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment