Multiple Choice
Identify the syntax to add an event listener to an object.
A) object .addEventListener( event , function [, capture = true]) ;
B) object .addEventListener( event , function [, capture = false]) ;
C) object .addEventListener( event , function [, target = false]) ;
D) object .addEventListener( event , function [, target = true]) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q8: The mouseout event indicates the movement of
Q9: The evt.pageY property returns the vertical coordinate
Q10: The event property evt.key returns the text
Q11: William wants to create a dialog box
Q12: Discuss the challenges and features of anonymous
Q14: Identify a true statement about a function
Q15: John has created an object called Pines.
Q16: Which of the following statements is true
Q17: Which of the following mouse buttons is
Q18: Which of the following mouse event object