Menu
×
×
Correct!
Exercise:Create a Date object and alert the current date and time.
const d = @(10);
alert(d);
const 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?