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