Still waiting for the New York Times to send me a bogus takedown notice
Add indicator for word length
Saksham Mittal 2022-04-03
parent f430471 · commit 54348b4
-rw-r--r--script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/script.js b/script.js
index 33da383..3b8b8b8 100644
--- a/script.js
+++ b/script.js
@@ -11,6 +11,7 @@ let exit = false;
let tries = 0;
input.setAttribute("maxlength", len);
+hint.innerHTML = "Word is of length: " + len + "</br>";
function letterinstr(c) {