React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Javascript Quiz
New
useHistory Quiz
How do you navigate forward in the history stack?
Report this question
history.forward()
history.goForward()
Show Explanation
You can navigate forward in the history stack using the history.goForward() method.
history.next()
history.advance()
Next Question (6/20)