Skip to content

Commit 444fbb9

Browse files
committed
fix the code
1 parent 46024de commit 444fbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/3-stretch/password-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const passwords = ["aebdc!", "123$cdo"];
1+
const passwords = ["Abcde1!", "Hello#2"];
22
function passwordValidator(password) {
33
if (password.length < 5) {
44
return false;

0 commit comments

Comments
 (0)