_.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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.