Created
October 2, 2018 11:43
-
-
Save tsh-code/b368a7a9bcb42069a79df698918588c0 to your computer and use it in GitHub Desktop.
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
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