Skip to content

Commit f409459

Browse files
committed
restored 3-stretch from origin/main
1 parent 9e31389 commit f409459

File tree

4 files changed

+1
-81
lines changed

4 files changed

+1
-81
lines changed

Sprint-3/3-stretch/ validateCreditCard.js

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

Sprint-3/3-stretch/card-validator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ These are the requirements your project needs to fulfill:
3333
- Return a boolean from the function to indicate whether the credit card number is valid.
3434

3535
Good luck!
36-
37-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ function passwordValidator(password) {
33
}
44

55

6-
module.exports = passwordValidator;
6+
module.exports = passwordValidator;

Sprint-3/3-stretch/validateCreditCard.test.js

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

0 commit comments

Comments
 (0)