Q. What does the method Performance.now() return?
β
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.