collection (Array|Object): The collection to inspect.[predicate=_.identity] (Function): The function invoked per iteration.[fromIndex=0] (number): The index to search from.
退货
(*): Returns the matched element (in your case, {a: 5, b: 6}), else undefined.