Examveda
Examveda

Which is the property that is triggered in response to JavaScript errors?

A. onexception

B. onmessage

C. onerror

D. none of the mentioned

Answer: Option C

Solution(By Examveda Team)

The onerror property of the Window object is something like an event handler, and it is triggered in response to JavaScript errors. It isn’t a true event handler, however, because it is invoked with different arguments.

Join The Discussion

Related Questions on Document Object Model and Event Handling