michaelleeallen / augmentjs

A library for augmenting primitive JavaScript data types with convenience methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Object.map to Object.translate

awagner83 opened this issue · comments

The Object.map name is a little confusing, considering there is a standard method for Arrays named map.

Please consider Object.translate or similar as a replacement.