Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the method that removes the current document from the browsing history before laoding the new document?

  2. A.

     modify()

    B.

     assign()

    C.

     replace()

    D.

     remove()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The replace() method is similar, but it removes the current document from the browsing history before loading the new document. When a script unconditionally loads a new document, the replace() method is often a better choice than assign().


Be The First To Comment