Skip to content
Advertisement

I have a countdown timer and its seconds and minutes are not moving

Timer is not working in javascript. I want to have a countdown timer that works automatically. But here, only hour hand is moving. Seconds and minutes are not changing at all. The code is as follows :

JavaScript
JavaScript

Advertisement

Answer

Typo const min = document.querySelector(".mins .numb");

Improvement:

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement