Const
get the current high-precision time in milliseconds. alias for performance.now.
performance.now
The performance.now() method returns a high resolution timestamp in milliseconds.
performance.now()
MDN Reference
get the current high-precision time in milliseconds. alias for
performance.now.