What's Promises in JavaScript?
The promise
it is object represents the finalizing of asynchronous operation whether it's a success or failure with its result, in simple words the promise is a proxy to handle asynchronous operation like fetching data.
As diagram Promise have 3 sta...
codenuggets.hashnode.dev2 min read