Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How do you add a particular state to the browsing history?

  2. A.

     pushState()

    B.

     replaceState()

    C.

     state()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The pushState() method adds a particular state to the browsing history.


Be The First To Comment