Skip to content

Instantly share code, notes, and snippets.

/**
* Converting seconds into proper time values like a digital clock
* 00:01:03
*/
let timmy = setInterval(showTime, 1000);
let seconds = 3595;
function showTime() {
//update the time as hours, minutes, and seconds 00:00:00