Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function is a synonym for on()?

a) addListener()
b) listeners()
c) once()
d) add()

Answer: a
Explanation: The on() method is used for registering handlers. addListener() is a synonym for on().

Join The Discussion