Skip to content

Instantly share code, notes, and snippets.

View Xseba360's full-sized avatar
🎯
Focusing

Sebastian Gładki Xseba360

🎯
Focusing
View GitHub Profile
@mkxml
mkxml / checkDigitGS1.js
Last active January 25, 2020 07:43
Check Digit GS1
/*
Check digit GS1
Arguments:
- [String] GS1 code without check digit to generate
the check digit
Returns:
- [Number] Check digit for given code
Author: Matheus R. Kautzmann
*/