Deep Patel
@deeppatel
2/5 Async Functions: They allow us to work with promises more comfortably. An async function returns a promise, and inside it, you can use await to pause the function execution until the promise resolves.
1 reply
0 recast
1 reaction