Kevin Powell | JavaScript Promises Crash Course
Links to all the code and more of Chris' great content beneath...
2024-06-14 08:00:00 - Kevin Powell
https://gomakethings.com/kevin-powell/
00:00 - Introduction
01:40 - Creating a promise
03:50 - Errors and catch
05:20 - Chaining multiple methods
07:42 - Using finally
08:54 - Practical examples
14:05 - async and await
16:45 - gotchas with async and await
22:00 - Which approach should you use?