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 22d3cf7 commit a288698Copy full SHA for a288698
Sprint-3/revise/implement/password-validator.test.js
@@ -9,7 +9,7 @@ To be valid, a password must:
9
- Have at least one English uppercase letter (A-Z)
10
- Have at least one English lowercase letter (a-z)
11
- Have at least one number (0-9)
12
-- Have at least one non-alphanumeric symbol ("!", "#", "$", "%", ".", "*", "&")
+- Have at least one of the following non-alphanumeric symbols: ("!", "#", "$", "%", ".", "*", "&")
13
- Must not be any previous password in the passwords array.
14
15
You must breakdown this problem in order to solve it. Find one test case first and get that working
0 commit comments