Question

After running the JavaScript:
var d = new Date();
var t = d.getTime();
the variable t contains
A) the number of milliseconds since the current web page was downloaded.
B) the number of days since the beginning of 1990, US Pacific time zone.
C) a string giving the current date and time, with the seconds given to three decimal places.
D) the number of milliseconds since the beginning of 1970 in Greenwich, England.

Answer

This answer is hidden. It contains 1 characters.