Beginners guide to Promises in Javascript
A Promise in JavaScript is an object which holds the completion status of an asynchronous operation. The completion status can be Resolved, Rejected, Pending.
States of Promises
Resolved: A promise is resolved state when there are no errors returned...
ashokn.hashnode.dev2 min read