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 e94eddd commit 38af836Copy full SHA for 38af836
Password Strength Meter/script.js
@@ -1,4 +1,4 @@
1
-const indicator = document.querySelector(".indicator");
+// const indicator = document.querySelector(".indicator");
2
const input = document.querySelector(".input");
3
const showBtn = document.querySelector(".showBtn")
4
const weak = document.querySelector(".weak");
0 commit comments