About Lesson
JavaScript has events to provide a dynamic interface to a webpage. These events are hooked to elements in the Document Object Model(DOM).
These events by default use bubbling propagation, upwards in the DOM from children to parent. We can bind events either as inline or in an external script.
These are some JavaScript events:
- Keydown
- Keypress
- keyup
- Focus()
- Blur()
- Input
- Change
- Select
- Submit
- Invalid
Exercise Files
No Attachment Found
Join the conversation