What are promises in JavaScript
What are promises in JavaScript Before understanding what are promises in JavaScript, Let's understand the execution flow in the JavaScript. In general, the JavaScript execution model is synchronous as it is a single-threaded. Javascript can execute one task at a time, apart from that it provides some methods like promises…