A simple javascript program to validate emails
Table of Contents
A simple Javascript program to validate emails. By the help of regular expressions we can easily validate user's entered email.
No prerequisites required executing this program.
- Clone the repository:
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
Email Validator
Project. -
Open the
index.html
HTML file with live server.
- Check if the input value matches with regular expression
- If it does match, print "Email is valid"
- If it doesn’t match, print "Email is not valid"