I am making a countdown timer with JavaScript.
Here is my script.
var seconds_left = 10; var interval = setInterval(function() { document.getElementB