There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A codecademy project requiring one to code a variation of the Luhn Algorithm in JavaScript to be able to check if a credit card number is indeed valid or not. Following which if a batch of card numbers were to be entered, it would return all the valid and invalid numbers as strings.