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 46024de commit 444fbb9Copy full SHA for 444fbb9
Sprint-3/3-stretch/password-validator.js
@@ -1,4 +1,4 @@
1
-const passwords = ["aebdc!", "123$cdo"];
+const passwords = ["Abcde1!", "Hello#2"];
2
function passwordValidator(password) {
3
if (password.length < 5) {
4
return false;
0 commit comments