What is validations ? Explain JavaScript validations on form.
Answers
Answered by
0
JavaScript provides a way to validate form's data on the client's computer before sending it to the web server. Form validation generally performs two functions. Basic Validation − First of all, the form must be checked to make sure all the mandatory fields are filled in.
Similar questions