Asynchronous JavaScript with Promises
“The Promise object represents the eventual completion (or failure) of an asynchronous operation, and its resulting value.” Mozzila documentation Promises can be considered the new cool kid in the block (although the concept of promises and execution synchronization is almost 40 years old, you can… Read More »Asynchronous JavaScript with Promises