πŸ“Š JavaScript
Q. What does the method Performance.now() return?
  • (A) DOMTimeStamp
  • (B) DOMHighResTimeStamp
  • (C) DOMStamp
  • (D) TimeStamp
πŸ’¬ Discuss
βœ… Correct Answer: (B) DOMHighResTimeStamp

Explanation: The Performance.now() method returns a DOMHighResTimeStamp, measured in milliseconds, accurate to one thousandth of a millisecond equal to the number of milliseconds since the PerformanceTiming.navigationStart property and the call to the method.

Explanation by: Mr. Dubey
The Performance.now() method returns a DOMHighResTimeStamp, measured in milliseconds, accurate to one thousandth of a millisecond equal to the number of milliseconds since the PerformanceTiming.navigationStart property and the call to the method.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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