Javascript Promises
What is a Promise?
A promise is an object that has the potential to generate a single value in the future; either a resolved value or an explanation why it hasn't been resolved yet (a network error is a good example ).
In its simplest from, a promise...
michellead.hashnode.dev3 min read