JavaScript Lesson 16 DOM Events

Опубликовано: 16 Март 2026
на канале: Uthpala Heenatigala
8,816
92

Join - https://doingiteasy.net/

We use it to share our knowledge.

In this beginners javascript lesson you will learn how to listen to DOM Events

We will be using the addEventListener() Function to Listen to events
You will also learn about the following javascript points as well
bubbling and capturing phase ( Are event propagation modes)
event delegation ( You can set the event listener to a parent element )
event object its properties like target and its functions like
stopPropagation() ,
preventDefault()

Finally you will learn how to remove a event listener is javascript
removeEventListener()

Below are the links

capturing and bubbling phase
https://www.kirupa.com/html5/event_ca...

All events you can listen to in javascript
https://developer.mozilla.org/en-US/d...


Hope this helped
Thanks for watching do subscribe like and share

Become a patron -   / doingiteasychannel  

Follow me on Twitter @Uthpala_419