How do I use asynchronous

If you use the async keyword before a function definition, you can then use await within the function. When you await a promise, the function is paused in a