Modify your until.html page so that it serves as a countdown clock, regularly updating the time interval

Question:

Modify your until.html page so that it serves as a countdown clock, regularly updating the time interval in the page. Instead of a button, the BODY of the page should have an ONLOAD attribute to initiate the countdown clock. Similar to the modified clock.html page from Exercise 9.10, the ONLOAD attribute should call setInterval to schedule the repeated execution of your function so that the time is updated every second?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: