Skip to content

Write a JavaScript program to design student registration form and perform following validation: - Check all fields should not contain a null value - Check name field contains only alphabets - Mobile No. field should be of 10 digits. - Pin code field should be of 06 digits.

Notifications You must be signed in to change notification settings

its-weirdo-06/Student-Registration-From-Form-validation-Using-JavaScript-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Student-Registration-From-Form-validation-Using-JavaScript-

Write a JavaScript program to design student registration form and perform following
validation:
- Check all fields should not contain a null value
- Check name field contains only alphabets
- Mobile No. field should be of 10 digits.
- Pin code field should be of 06 digits.

1
4 5 6 2 3

About

Write a JavaScript program to design student registration form and perform following validation: - Check all fields should not contain a null value - Check name field contains only alphabets - Mobile No. field should be of 10 digits. - Pin code field should be of 06 digits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages