mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-24 20:01:39 -05:00
324 B
324 B
title, block, superBlock
| title | block | superBlock |
|---|---|---|
| Introduction to the Implement the Luhn Algorithm | lab-luhn-algorithm | full-stack-developer |
Introduction to the Implement the Luhn Algorithm
In this lab, you will implement the Luhn algorithm, a simple checksum formula used to validate identification numbers such as credit card numbers.