What does the method Performance.now() return?

What does the method Performance.now() return? Correct Answer DOMHighResTimeStamp

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. The returned value represents the time elapsed since the time origin.

Related Questions

A model which regresses return of stock against return of market is classified as
What does the method defineSettings() return?
When does the defineContentAttribute() method return a false?
Which method receives the return value of setInterval() to cancel future invocations?