Vidyalelo
JavaScript · Q29

Caching And Debugging

Programming · JavaScript · question 29

Q29

Which property is used to manage multiple event handlers?

A.
onmessage
B.
onerror
C.
both onmessage and onerror
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
You can use onmessage and onerror properties if you want to manage multiple event handlers.