Emmy-Akintz / RegnoCheckJs

Created Reg no check with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a js code to check reg number.
The reg no must meet either one of the two conditions.

It must either be 7 digits and the first 2 index must be between 10 and 24.
OR
It must be 8 digits and the first 2 index must be greater than 25.

What inspired this is the vision that number of students admitted in the year 2025 and beyond becomes very much that there will be need to increase the reg no length.

About

Created Reg no check with javascript


Languages

Language:JavaScript 72.4%Language:HTML 27.6%