Course · Section 12: Numbers, Dates, Intl and Timers · Lecture 189: Operations With Dates
Implement `daysBetween(a, b)` returning the whole number of days between two ISO date strings (`YYYY-MM-DD`).
+ 1 hidden test run on Submit.
The millisecond difference divided by a day's milliseconds gives the day count.
Run your code to see results.