Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 379 Bytes

luhn-algorithm-javascript

Luhn Algorithm in JavaScript for validating ICCID (Integrated Circuit Card Identifier)

The Luhn algorithm, also known as the modulus 10 or mod 10 algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, Social Insurance Numbers

  • Run the script
node index.js