public/subjects/series
davhojt 8e1024a6a3 docs(series): correct grammar 2022-06-22 17:12:39 +01:00
..
README.md docs(series): correct grammar 2022-06-22 17:12:39 +01:00

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