Countdown timer - tried to keep it simple and short
Countdown timer - tried to keep it simple and short Things learned: to convert seconds to hours - divide by 3600 and floor it to convert seconds to remaining minutes - %3600 and /60 to convert seconds to remaining seconds - remove hours with %3600 and remove seconds with %60
Requested feedback
Improving accessibility and code in any way
Comments
You must be signed in to post a comment