What does the Date object's method getTime() return?
Options:
Explanation:
The Date object's method getTime() returns the number of milliseconds since January 1, 1970.
Tags:
JavaScript
Answer:
What does the Date object's method getTime() return Number of milliseconds since January 1, 1970.