Q29
Which property is used to manage multiple event handlers?
A.
onmessage
B.
onerror
C.
both onmessage and onerror
AnswerD.
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.