Skip to content

Commit 7947fc9

Browse files
Restore Sprint 3 work
1 parent b691c83 commit 7947fc9

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

Sprint-3/4-stretch/card-validator.js

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## **PROJECT: Credit Card Validator**
22

33
In this project you'll write a script that validates whether or not a credit card number is valid.
4-
You must have at least two different digits represented (all of the digits cannot be the same).
4+
55
Here are the rules for a valid number:
66

77
- Number must be 16 digits, all of them must be numbers.
8-
-
8+
- You must have at least two different digits represented (all of the digits cannot be the same).
99
- The final digit must be even.
1010
- The sum of all the digits must be greater than 16.
1111

Sprint-3/4-stretch/card-validator.test.js

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

0 commit comments

Comments
 (0)