restructured

This commit is contained in:
Karan
2021-12-03 14:19:04 +05:30
committed by GitHub
parent 00005a217b
commit 0bf11bae56
+1 -1
View File
@@ -75,7 +75,7 @@
}
game.puzz.push(div);
updateScore();
})
});
for (let i = 0; i < 26; i++) {
let temp = String.fromCharCode(65 + i);
let div = createElements("div", letters, temp,"box");