Skip to content

Commit

Permalink
test: writtent test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshbalaji07 committed Jun 25, 2023
1 parent 430c4f9 commit 5d233d8
Show file tree
Hide file tree
Showing 4 changed files with 6,073 additions and 6 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Node Engine v16.14.2

function isCreditCard(card) {
if (card.length >= 15 && card.length <= 19) {
return true;
Expand Down
Loading

0 comments on commit 5d233d8

Please sign in to comment.