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 cfa4ac5 commit 943def1Copy full SHA for 943def1
Sprint-3/3-stretch/password-validator.js
@@ -10,4 +10,6 @@ function isValidPassword(password, previousPasswords = []) {
10
}
11
12
13
-module.exports = isValidPassword;
+module.exports = isValidPassword;
14
+
15
+// In password-validator.js function implemented.
0 commit comments