What is the Promise of Javascript and how to use it effectively?
What is a promise
A promise is an Object that adds the callback functions once it gets resolved (success or failure) instead of passing the callback function as a parameter in the function. Basically with a Promise, we handle the asynchronous flow of...
imranshaikh.co.in2 min read