Course · Section 12: Numbers, Dates, Intl and Timers · Lecture 189: Operations With Dates
Implement `addDays(iso, n)` returning the ISO date string (`YYYY-MM-DD`) that is `n` days after the given date.
+ 1 hidden test run on Submit.
setUTCDate adjusts the date and rolls over months and leap years; slicing the ISO string returns the date.
Run your code to see results.