restructured

This commit is contained in:
Karan
2021-12-03 14:28:53 +05:30
committed by GitHub
parent cb5fe74513
commit b36579adbf
+1 -1
View File
@@ -55,7 +55,7 @@
const dur = (cur - game.start) / 1000;
message.textContent = `It took ${dur} seconds to click`;
}
})
});
function addBox() {
message.textContent = 'Click it...';