Quiz: It’s About Time
Test your knowledge of the timing functions and animation in JavaScript.
We'll cover the following...
1
What does Date.now()
return?
A)
A date object for the current time.
B)
A timestamp for the current time.
C)
A Boolean value that is true if the date provided is today.
D)
A string value of the current date.
Question 1 of 50 attempted
...