ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 163 - Certified JavaScript Developer I discussion

Report
Export

Which statement can a developer apply to increment the browser's navigation history without a page refresh?

Which statement can a developer apply to increment the browser's navigation history without a page refresh?

A.
window.history.pushState(newStateObject);
Answers
A.
window.history.pushState(newStateObject);
B.
window.history.pushStare(newStateObject, ' ', null);
Answers
B.
window.history.pushStare(newStateObject, ' ', null);
C.
window.history.replaceState(newStateObject,' ', null);
Answers
C.
window.history.replaceState(newStateObject,' ', null);
D.
window.history.state.push(newStateObject);
Answers
D.
window.history.state.push(newStateObject);
Suggested answer: C
asked 23/09/2024
Junwei Li
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first