11.
What does the event.preventDefault() method do?
12.
Which event is fired when the form is submitted?
13.
Which event is triggered when a user clicks on an HTML element?
14.
What is the use of the event.stopPropagation() method?
15.
How do you bind an event handler to an element so it is called once and then removed?
16.
What event is fired when an element's value is changed and then loses focus?
17.
Which event is fired when a user double-clicks on an HTML element?
18.
How can you get the element that triggered the event?
19.
What is the correct way to attach a load event to the window object?
20.
Which event is triggered when the user resizes the browser window?