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