...

/

Timer/Countdown App

Timer/Countdown App

Create countdowns and timers using intervals.

Let’s give JavaScript a sense of time!

In this lesson, you’ll create a countdown timer that ticks down every second using setInterval(). The following will be the final output of the program:

Goals

...