JavaScript Visualized - Promise Execution

Yay promises! Here are some of the inner workings of Promises in JavaScript and see how they enable non-blocking asynchronous operations. Hope it helps! 📝 Blog Post: 📚 ECMA spec: #sec-promise-objects 👩‍🏫 Check out my JavaScript Visualized Course on FrontendMasters! Follow me on socials: - - - Timestamps: 0:00 - Intro 0:19 - Promise Constructor 4:42 - Chaining thens 6:26 - Challenge 8:05 - Outro
Back to Top