Skip to content

Luhn Algorithm in JavaScript for validating ICCID (Integrated Circuit Card Identifier) , you can check and generate check digit with this script

Notifications You must be signed in to change notification settings

JOELJOSEPHCHALAKUDY/luhn-algorithm-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Luhn Algorithm in JavaScript for validating ICCID (Integrated Circuit Card Identifier) , you can check and generate check digit with this script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published