How JavaScript Imitates Concurrency and Makes Promises Around mid-bootcamp, we were introduced to fetch(), our first asynchronous method. I knew it involved something called a Promise, a chain ofthen() , which dealt with the return of promises, and it was all for the sake of allowing other JavaScript code to…