Skip to content

Instantly share code, notes, and snippets.

@santiblanko
Created August 8, 2016 03:49
Show Gist options
  • Select an option

  • Save santiblanko/a9ebffc16df8173aa881f48624bb7d15 to your computer and use it in GitHub Desktop.

Select an option

Save santiblanko/a9ebffc16df8173aa881f48624bb7d15 to your computer and use it in GitHub Desktop.
sumatoria
.map(o => o.value)
.reduce((a, b) => a + b, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment