Transcript
00:00 Alright. We're gonna start out by refactoring a promise, chain thing with the regular promises into async await and you're gonna see how much nicer it is. Also, part of the point of this is to show you that async await is really just nice syntax sugar on top of promises. So async await doesn't, at least so far, doesn't really enable anything that you can't do with promises. We'll talk about other things you can do later, but, it is something that, makes the code look a lot nicer and easier to work with.
00:32 So let's jump right into it.
