## 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 - [Promise](https://nan-academy.github.io/js-training/examples/promise.js)