## Series
### Instructions
Create a function `series` that works takes an array of async functions.
It must execute them in series and return the results in order.
### Notions
- https://nan-academy.github.io/js-training/examples/promise.js