Course · Section 12: Numbers, Dates, Intl and Timers · Lecture 186: Creating Dates
Implement `dayOfWeek(iso)` returning the UTC day of week (0 for Sunday through 6 for Saturday) for an ISO date string.
+ 1 hidden test run on Submit.
getUTCDay reads the weekday in UTC, where 0 is Sunday.
Run your code to see results.