You can use this tool to validate credit card numbers based on the Luhn algorithm.
Calling the validate function in main.js with a credit card number in a string will return true if the number is valid, false otherwise.
-
Notifications
You must be signed in to change notification settings - Fork 2
mendelgordon/credit-card-checker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Credit Card Number Validator