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