Skip to content

Commit 943def1

Browse files
committed
In password-validator.js function implemented.
1 parent cfa4ac5 commit 943def1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ function isValidPassword(password, previousPasswords = []) {
1010
}
1111

1212

13-
module.exports = isValidPassword;
13+
module.exports = isValidPassword;
14+
15+
// In password-validator.js function implemented.

0 commit comments

Comments
 (0)