Created
August 8, 2016 03:49
-
-
Save santiblanko/a9ebffc16df8173aa881f48624bb7d15 to your computer and use it in GitHub Desktop.
sumatoria
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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