Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. Which property is used to manage multiple event handlers?
  2. A.
    onmessage
    B.
    onerror
    C.
    Both a and b
    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