Promises
Promises - why are they so appealing? One reason to use Promises is to run our code asynchronously, in a non-blocking manner, by making use of the browser (XHR) and APIs to retrieve data. fetch() is a good example of this. Promises act as a placehold...
Mar 7, 20213 min read54
