Q. What is the purpose of the timing property in the window.performance object?
β
Correct Answer: (C)
Time of navigation and page load event
Explanation: Each performance.timing attribute shows the time of a navigation event (such as when the page was requested) or page load event (such as when the DOM began loading), measured in milliseconds.