Computer Science, asked by subrata7469, 10 months ago

How to get time in milliseconds since the Unix epoch in JavaScript?

Answers

Answered by Anonymous
0
The standard Unix epoch is an expression in seconds. The Unix epoch or Unix time is the number of seconds elapsed since January 1, 1970.

The getTime() method is used to return the millisecond representation of the Date object.

hope it help
mark as brainliest
Similar questions