CMRobert Stires < In recent versions of lodash, you have to call `.value()` at the end to exit the "wrapper function". _(nodes) .flatMap(node => node.followers) .map(follower => follower.email) .compact() .uniq() .value()ReplyยทArticleยทMar 15, 2017ยท1ยทJavaScript Patterns โ Wrangling arrays like a boss, with Array#reduce ๐