Computer Science, asked by durgakumari72663, 5 months ago

how to use email validation in javascript​

Answers

Answered by evievil
1

\huge\mathcal\red{answer}

Validating email is a very important point while validating an HTML form. In this page we have discussed how to validate an email using JavaScript : An email is a string (a subset of ASCII characters) separated into two parts by @ symbol. a "personal_info" and a domain, that is personal_info@domain.

Similar questions