A
Anonymous
Create two HTML pages containing JavaScript code that counts down from 3 in the console. Every second for four seconds, print "3", then "2", then "1", and finally "Go!". There are several ways to solve this Create two solutions for this activity, one that uses setTimeout and one that uses setInterval. Name them setTimeout.html and setInterval.html respectively. Delivery: setTimeout.html and setInterval.html
Prompt
