Browse Source

docs(series): correct grammar

pull/1285/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
8e1024a6a3
  1. 5
      subjects/series/README.md

5
subjects/series/README.md

@ -2,9 +2,8 @@
### Instructions
Create a function `series` that takes an array of async functions.
It must execute them in series and return the results in order.
Create a function named `series` that takes an array of `async` functions. It must execute them in series and return the results in order.
### Notions
- [nan-academy.github.io/js-training/examples/promise](https://nan-academy.github.io/js-training/examples/promise.js)
- [Promise](https://nan-academy.github.io/js-training/examples/promise.js)

Loading…
Cancel
Save