Solved

Identify the Syntax to Add an Event Listener to an Object

Question 13

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions