ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
@ -2,4 +2,4 @@ const findLastKey = (obj, fn) =>
|
||||
Object.keys(obj)
|
||||
.reverse()
|
||||
.find(key => fn(obj[key], key, obj));
|
||||
module.exports = findLastKey
|
||||
module.exports = findLastKey
|
||||
Reference in New Issue
Block a user