Over the past two weeks, the first of our bootcamp journey, we have learned to work with promises in JavaScript. Largely, these promises have been those arising from fetch requests and the subsequent .then’s translating the retrieved data from JSON format. I noticed that we only ever dealt with promises…