var TimeSeconds = 0; var TimeMinutes = 0; function Start() {document.write(TimeMinutes + ":" + TimeSeconds); setTimeout(() => Clock(), 1000); } funct