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 e2191a4 commit 7f09ec5Copy full SHA for 7f09ec5
Sprint-3/3-stretch/password-validator.js
@@ -1,4 +1,4 @@
1
-const passwords = ["Amtf22#", "123$cdo"];
+const passwords = ["Aq@1122#", "123$cdo"];
2
function passwordValidator(password) {
3
if (password.length < 5) {
4
return false;
0 commit comments