Form validation is one of the most common tasks performed using JavaScript. You have likely come across forms on the Web that has shown you a prompt when you have not entered value into a field that requires one, or when you have entered the wrong kind of value; this is because the form has […]