Const
Returns the current timestamp in milliseconds using performance.now().
performance.now()
The performance.now() method returns a high resolution timestamp in milliseconds.
MDN Reference
the current timestamp in milliseconds
Returns the current timestamp in milliseconds using
performance.now().