mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Tweak _.findLastKey doc. [ci skip]
This commit is contained in:
committed by
jdalton
parent
00a8130201
commit
03fc317a3f
@@ -8542,8 +8542,8 @@
|
||||
* // => returns `pebbles` assuming `_.findKey` returns `barney`
|
||||
*
|
||||
* // using the "_.matches" callback shorthand
|
||||
* _.findLastKey(users, { 'age': 40 });
|
||||
* // => 'fred'
|
||||
* _.findLastKey(users, { 'age': 36 });
|
||||
* // => 'barney'
|
||||
*
|
||||
* // using the "_.property" callback shorthand
|
||||
* _.findLastKey(users, 'active');
|
||||
|
||||
Reference in New Issue
Block a user