Date.now:const now = Date.now(); // 1705190738870
I will oftentimes employ
Date.now() in my console.log statements to differentiate likewise console.log results from each other. You could also use that date as a unique identifier for an event in a low-traffic environment.The post Date.now() appeared first on David Walsh Blog.
https://tkjs.us/dwb
https://davidwalsh.name/date-now
