What does the following code do?
let date = new Date('2021-12-25'); date.setFullYear(date.getFullYear() + 1);
Changes the time to the current time
Changes the date to the next day
Changes the date to the next month
Changes the year to the next year