map-assoc-core
Just the very basics of map-assoc: Map the values of a collection (array or object) and carry the keys.
functional-augments
Augment collection prototypes with methods for functional programming, including filter(), map() and reduce().
functional-augments-object
Augment the Object prototype with methods for functional programming, including filter(), map() and reduce().