Understanding JavaScript async/await a little better

I have been using JavaScript's async/await for some reason with a vague understanding, and when it didn't work, I would use Promise. However, recently I have been seeing async/await being used more and more often, so I started to think that I need to understand it better. Basics of async/await The …