32. Explain `async` and `await`
Share
You use async
and await
keyword every day, what is exactly these keyword doing?
Refer to the MDN document here if are not sure.
You definitely would shine yourself if you mention that the behavior is similar to combining generators and promises.