Q. What are the parameters of the attachEvent function?
β
Correct Answer: (C)
Event, Function
Explanation: The attachEvent function accepts two parameters: the event to attach to, and the function to invoke when the event occurs.