Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the opposite to the load event in JavaScript?

  2. A.

     dontload

    B.

     postload

    C.

     preload

    D.

     unload

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The unload event is the opposite of load: it is triggered when the user is navigating away from a document. An unload event handler might be used to save the user’s state, but it cannot be used to cancel navigation.


Be The First To Comment