Listening to and responding to events is a foundational skill for building software for the web. The Document Object Model, or DOM for short, has a powerful built-in event system. And yet, many of us have a pretty basic understanding of the DOM event system and only scratch the surface of the available power.
This lack of understanding leads to bugs in our applications and writing lots of code to work around the DOM event system rather than leveraging it. The goal of the course is that you will walk away with the confidence to successfully and meaningfully engage with the DOM event system.
Whether you are just starting out with frontend engineering or you are a seasoned veteran, this course will provide a strong understanding of how the DOM Event system works and how to leverage it successfully.
The DOM event visualizer domevents.dev will be used to explain many behaviors throughout the course. You are welcome to play with the visualizer yourself to continue your learning.
very informative . not general knowledge
so thorough and complete, gives a good understanding
That was amazing, thank you so much for clearing this up for me.
Excellent course!!! I learned so much more about Javascript as a whole from this.
Thank You!
Overall the course was really great. I really mastered the DOM events system. Feeling more Confident and Powerful after taking this course. One thing that I want is about more explanation about passive events and use cases with real world examples. 10/10
DOMEvents discussed in depth without getting bogged down in details; Alex answered the questions I was having when listening.