Q. Which function is a synonym for on()?
β
Correct Answer: (A)
addListener()
Explanation: The on() method is used for registering handlers. addListener() is a synonym for on().