You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
davhojt 8e1024a6a3 docs(series): correct grammar 2 years ago
..
README.md docs(series): correct grammar 2 years ago

README.md

Series

Instructions

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