renameValues(renameObj)(strArray)- renameObj = { find: 'replace' } Similar torenamebut find/replace strings in array.createIndex('id', 'value')(dataArray)- Creates a key/value index from an array of items. It's like_.indexBybut uses the field value ofvalueproperty instead of the entire item.