Vidyalelo
JavaScript · Q17

Document Object Model And Event Handling

Programming · JavaScript · question 17

Q17

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

A.
modify()
B.
assign()
C.
replace()
Answer
D.
remove()

Answer: Option C

Solution

Answer: Option C
Solution:
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().