public/subjects/series/README.md

257 B

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