Vidyalelo
JavaScript · Q28

Invocation And Performance Navigation

Programming · JavaScript · question 28

Q28

What does the constant TYPE_BACK_FORWRD indicate?

A.
Navigation via browser history
Answer
B.
Navigation via user request
C.
Navigation via URL
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
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.