Project Details
Write an app that counts down to 0 from a time (say, five minutes).
Considerations
- How frequently should you update the UI as you countdown?
- How do you format the time?
- What happens when the timer hits 0?
Need help?
This project is part of the Vanilla JS Academy.