πŸ“Š JavaScript
Q. What are the parameters of the attachEvent function?
  • (A) Function
  • (B) Function, Event
  • (C) Event, Function
  • (D) Event
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
The attachEvent function accepts two parameters: the event to attach to, and the function to invoke when the event occurs.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate