πŸ“Š JavaScript
Q. What is the purpose of the timing property in the window.performance object?
  • (A) Time of navigation event
  • (B) Time of page load event
  • (C) Time of navigation and page load event
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
207
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate