React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Javascript Quiz
New
useHistory Quiz
What is the purpose of the history.length property?
Report this question
To get the number of entries in the history stack
Show Explanation
The history.length property is used to get the number of entries in the history stack.
To get the current index in the history stack
To get the previous index in the history stack
To get the next index in the history stack
Next Question (17/20)