Skip to content

Latest commit

 

History

History

409-form-validation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise: Level 1 AdvanceJS-409-01

Form validation using HTML and JavaScript

  1. Validate the following form using regex.

Many websites utilize form validation for client-side validation of user details, card details, address details, and other information. If a mandatory input field name exists, the user can type a number, leave the field blank, type only one letter, and so on. All of these validations are simple to implement using JavaScript.


form validation


form validation


steps to submit your assignments

  • Complete the assignments listed above in respective folders.
  • Push the assignments.
  • Add the link in ./../README.md