Promises in JavaScript
May 13, 2022 路 5 min read 路 馃搼 Prerequisites Basics of JavaScript 馃 What is the promise in JavaScript? The promise is the object we used for the asynchronous task. it gives us the idea that either our asynchronous task is successful or failed. The promise has 3 states: Pend...
Join discussion



