- Warsaw (Poland)
Pinned Loading
-
-
-
-
validator-of-polish-id-document.05.js
validator-of-polish-id-document.05.js 1const weights = [7, 3, 1, 9, 7, 3, 1, 7, 3];
23function isDocumentSerialNumberValid(input) {
4return !weights
5.map((weight, i) => weight * parseInt(input[i], 36))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.