Quiz: It’s About Time
Test your knowledge of the timing functions and animation in JavaScript.
We'll cover the following...
We'll cover the following...
Technical Quiz
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.
1 / 5
...