Vidyalelo
JavaScript · Q18

Document Object Model And Event Handling

Programming · JavaScript · question 18

Q18

Why is the replace() method better than the assign() method?

A.
Reliable
B.
Highly managable
C.
More efficient
D.
Handles unconditional loading
Answer

Answer: Option D

Solution

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