mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +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`
|
* // => returns `pebbles` assuming `_.findKey` returns `barney`
|
||||||
*
|
*
|
||||||
* // using the "_.matches" callback shorthand
|
* // using the "_.matches" callback shorthand
|
||||||
* _.findLastKey(users, { 'age': 40 });
|
* _.findLastKey(users, { 'age': 36 });
|
||||||
* // => 'fred'
|
* // => 'barney'
|
||||||
*
|
*
|
||||||
* // using the "_.property" callback shorthand
|
* // using the "_.property" callback shorthand
|
||||||
* _.findLastKey(users, 'active');
|
* _.findLastKey(users, 'active');
|
||||||
|
|||||||
Reference in New Issue
Block a user