Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the handler method used to invoke when uncaught JavaScript exceptions occur?

  2. A.

     Onhalt

    B.

     Onerror

    C.

     Both onhalt and onerror

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The onerror handler method can be registered to be invoked when uncaught JavaScript exceptions occur.


Be The First To Comment