Skip to content

Instantly share code, notes, and snippets.

@dormd
Last active August 18, 2019 15:09
Show Gist options
  • Save dormd/e123d6cb61881d0f8300ac613d66a261 to your computer and use it in GitHub Desktop.
Save dormd/e123d6cb61881d0f8300ac613d66a261 to your computer and use it in GitHub Desktop.
function sumBy(items, iteratee) {
const sumByFunc = getSumByFunc(iteratee);
// sum loop...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment