Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following constants hold the value 2?

  2. A.

     TYPE_NAVIGATE

    B.

     TYPE_RELOAD

    C.

     TYPE_BACK_FORWARD

    D.

     TYPE_RESERVED

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    TYPE_BACK_FORWARD: Has the value of 2, indicating that the page was navigated to via the browser history, either using the back or forward buttons or programmatically through the browser’s history object.


Be The First To Comment