🪲
Looking For Bugs
Pinned Loading
-
Turkish: Javascript tc kimlik no doğ...
Turkish: Javascript tc kimlik no doğrulama, English: Javascript turkish identity number validator. 1export function tcNoValidate(tcNo) {
2tcNo = tcNo.toString();
3if (tcNo.length !== 11) return false;
4if (tcNo[0] === '0') return false;
5let tekToplam = 0, ciftToplam = 0, genelToplam = 0;
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.