Menu
×
×
Correct!
Exercise:Use the correct Date method to set the year of a date object to 2020.
var d = new Date();
d.@(17);
var d = new Date();
d.setFullYear(2020);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?