Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created February 28, 2018 10:51
Show Gist options
  • Save haingdc/e93db668e1ac5d705fa9d6105fa7beab to your computer and use it in GitHub Desktop.
Save haingdc/e93db668e1ac5d705fa9d6105fa7beab to your computer and use it in GitHub Desktop.
A Gentle Introduction to Functional JavaScript: Part 2
var total = numbers.reduce(add, 0);
var sentence = words.reduce(joinWord, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment