Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 08:29
Show Gist options
  • Save vldvel/09f5f98ba02c8a35697d544a3515e159 to your computer and use it in GitHub Desktop.
Save vldvel/09f5f98ba02c8a35697d544a3515e159 to your computer and use it in GitHub Desktop.
let sum = arr.reduce((p, c) => p + c, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment