_.findKey

findKey_.findKey(object, predicate, [context])
Similar to _.findIndex but for keys in objects. Returns the key where the predicate truth test passes or undefined.

doc_Underscore
2016-04-09 09:05:23
Comments
Leave a Comment

Please login to continue.