About events
JavaScript is what makes web pages dynamic, and interactive. Event handling is vital in most websites, and applications, but it's still one of the most misunderstood, or ignored topics by most people who are just starting working as front-end developer. In this post I've written about how events propagation works accordingly to W3C model. »