Snippet format update
To match the starter (for the migration)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### chainAsync
|
||||
---
|
||||
title: chainAsync
|
||||
tags: function,intermediate
|
||||
---
|
||||
|
||||
Chains asynchronous functions.
|
||||
|
||||
@ -30,4 +33,4 @@ chainAsync([
|
||||
console.log('2 second');
|
||||
}
|
||||
]);
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user