Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: luhnCheck
|
||||
tags: math,utility,advanced
|
||||
tags: math,advanced
|
||||
---
|
||||
|
||||
Implementation of the [Luhn Algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm) used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, National Provider Identifier numbers etc.
|
||||
@ -27,4 +27,4 @@ const luhnCheck = num => {
|
||||
luhnCheck('4485275742308327'); // true
|
||||
luhnCheck(6011329933655299); // false
|
||||
luhnCheck(123456789); // false
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user