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 👊