Menu
×
×
Correct!
Exercise:Create a Date object and alert the current date and time.
var d = @(10);
alert(d);
var d = new Date();
alert(d);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?