Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 503 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 503 Bytes

Credit-Card-Checker-Validator In js With Comments

How to use it

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.

You can also go to https://mendelgordon.github.io/credit-card-checker to check card numbers online.