Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Commit 656a424

Browse files
authored
Merge branch 'master' into master
2 parents 47a2871 + 8d17c19 commit 656a424

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

week-2/2-mandatory/4-sorting-algorithm.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

week-3/2-mandatory/7-password-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To be valid, a password must:
1010
- Have at least one English uppercase letter (A-Z)
1111
- Have at least one English lowercase letter (a-z)
1212
- Have at least one number (0-9)
13-
- Have at least one non-alphanumeric symbol ("!", "#", "$", "%", ".")
13+
- Have at least one non-alphanumeric symbol ("!", "#", "$", "%", ".", "*", "&")
1414
1515
Passwords must not be any previous password in the passwords array.
1616

0 commit comments

Comments
 (0)