React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Javascript Quiz
New
useHistory Quiz
What is the purpose of the history.action property?
Report this question
To get the current action (PUSH, REPLACE, or POP)
Show Explanation
The history.action property is used to get the current action (PUSH, REPLACE, or POP).
To get the previous action (PUSH, REPLACE, or POP)
To get the next action (PUSH, REPLACE, or POP)
To get the default action (PUSH, REPLACE, or POP)
Next Question (19/20)