FlashcardAdvanced
Promises & async/await basics
Promises represent future values, and async/await lets you write asynchronous code in a synchronous style.
Question
What is a Promise, and how does async/await relate to it?
Click to reveal answer
Promises represent future values, and async/await lets you write asynchronous code in a synchronous style.
What is a Promise, and how does async/await relate to it?