Promises, Promises Today
.catch() : Used for error handling if the promise is rejected.
.then() : Used to schedule what happens when the promise is successfully fulfilled. Promises, Promises
In programming, a is an object representing the eventual completion (or failure) of an asynchronous operation and its resulting value. Three States of a Promise : Promises, Promises