Day 13: Async
Wrap up
First things first. Async code is hard. The learning curve is steep and many exceptionally talented computer scientists have spent a long time coming up with the solutions for this. This is JavaScripts take on those solutions, some languages make it easier, some make it way, way harder.
If you are struggling with today, that's fine. Maybe repeat the day. Go off an do some more reading on promises and async/await
if that helps. This is something that takes time to bed in and there is more to learn that I haven't covered because when you need it you'll find it.