
Exploration
Concepts to Implementations: Promise
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. -MDN Put simply[1], it is a means to reorganize asynchronous (concurrently executing) code to reduce nesting among other reasons. Over the next couple of posts, I'm going to give a brief primer