Discussion :: Javascript - CS
- Which of the following method is used to replace the current history state instead of adding a new state to the browsing history?
Answer : Option A
Explanation :
The replaceState() method is used to replace the current history state instead of adding a new state to the browsing history.
Be The First To Comment