We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45c382 commit 32d4b1dCopy full SHA for 32d4b1d
065-hangman game/script.js
@@ -88,7 +88,7 @@ function showNotification() {
88
}, 2000);
89
}
90
91
-window.addEventListener("keypress", (e) => {
+window.addEventListener("keydown", (e) => {
92
if (playable) {
93
const letter = e.key.toLowerCase();
94
if (letter >= "a" && letter <= "z") {
0 commit comments