Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property is used to manage multiple event handlers?

  2. A.

     onmessage

    B.

     onerror

    C.

     both onmessage and onerror

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    You can use onmessage and onerror properties if you want to manage multiple event handlers.


Be The First To Comment