Promises in JavaScript
๐ 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...
sanketdhabarde.hashnode.dev5 min read