JavaScript Promises
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Promise States
Pending: Initial state of a promise, neither fulfilled nor rejected.
Fulfilled: The operation completed successf...
gaziwani.hashnode.dev2 min read