Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created October 2, 2018 11:43
Show Gist options
  • Save tsh-code/b368a7a9bcb42069a79df698918588c0 to your computer and use it in GitHub Desktop.
Save tsh-code/b368a7a9bcb42069a79df698918588c0 to your computer and use it in GitHub Desktop.
const add = (a, b) => a + b;
const sum = array => array.reduce(add, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment