###### Table of Contents
- [[]]
- [[]]
- [[]]
- [[]]
The keyword ‘async’ before a function makes the function return a promise, always. And the keyword await is used inside async functions, which makes the program wait until the Promise resolves.
#### More info
[Some website](https://test.com)
___
**Tags**: #async #await