React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Javascript Quiz
New
useHistory Quiz
How do you go back to the previous page using the history object?
Report this question
history.back()
history.goBack()
Show Explanation
You can go back to the previous page using the history.goBack() method.
history.previous()
history.return()
Next Question (4/20)