Vidyalelo
JavaScript · Q29

Invocation And Performance Navigation

Programming · JavaScript · question 29

Q29

Which of the following constants hold the value 2?

A.
TYPE_NAVIGATE
B.
TYPE_RELOAD
C.
TYPE_BACK_FORWARD
Answer
D.
TYPE_RESERVED

Answer: Option C

Solution

Answer: Option C
Solution:
TYPE_BACK_FORWARD: Has the value of 2, indicating that the page was navigated to via the browser history, either using the back or forward buttons or programmatically through the browser’s history object.