JavaScript Associate — Easy
Key points
- await waits for the Promise to resolve before continuing
- It does not block the entire JavaScript thread
- It does not automatically convert callback-based functions into Promises
Ready to go further?
Related questions
