web-feature: Async functions
The async and await keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.
The async and await keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.