Skip to content

Conversation

YaroslavKazeev
Copy link
Contributor

No description provided.

The third and final step is called **handling the event**. The term "handler" effectively means "taking care of" the event; the response to the event. The handler itself is nothing more than a function that executes more JavaScript code in order to manipulate a particular part of the page (either the element that experienced the event or a totally different part of the page).

- [Events in JavaScript](https://www.youtube.com/watch?v=7UstS0hsHgI)
- [Why `.addEventListener('click', handler)` is better than `onclick`](https://www.youtube.com/watch?v=7UstS0hsHgI)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to keep the original title [Events in JavaScript]. It describes better the video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants