InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the navigation property in the window.performance object?(a) To which page the user navigated(b) How the user navigated(c) Information about the page(d) Information of the curser |
|
Answer» The correct answer is (b) How the user navigated To explain I would say: The navigation tells how the user navigated to the page. |
|