1.
How do you add an event listener to an element in JavaScript?
2.
Which event is fired when the page has finished loading?
3.
What is the correct syntax to prevent the default event action?
4.
How do you stop event propagation?
5.
Which event is triggered when a user presses a key?
6.
What event occurs when an element loses focus?
7.
What is the purpose of the "change" event?
8.
Which event is fired when the mouse pointer is moved onto an element?
9.
How can you attach an event handler for a specific element when it is clicked?
10.
How can you remove an event listener from an element?