restructured
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user