Skip to content

Commit eab4808

Browse files
committed
fix
1 parent dc3c542 commit eab4808

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Week3/homework/credit card project/creditCardValidator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ function cardValidator(number) {
1414
return null;
1515
}
1616
}
17-
18-
17+
1918
if(even && sameNum && overSixteen != null) {
2019
console.log("Valid card: "+number);
2120
}

0 commit comments

Comments
 (0)