Science, asked by sanjana7909, 1 year ago

What is Async & Await in Javascript?

Answers

Answered by sudeepkumar912
0
The newest way to write asynchronouscode in JavaScript. It is non blocking (just like promises and callbacks).Async/Await was created to simplify the process of working with and writing chained promises. Asyncfunctions return a Promise.
Similar questions