Snippet format update
To match the starter (for the migration)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### findLastKey
|
||||
---
|
||||
title: findLastKey
|
||||
tags: object,function,intermediate
|
||||
---
|
||||
|
||||
Returns the last key that satisfies the provided testing function.
|
||||
Otherwise `undefined` is returned.
|
||||
@ -22,4 +25,4 @@ findLastKey(
|
||||
},
|
||||
o => o['active']
|
||||
); // 'pebbles'
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user