I am Alexander. I am 28 years old. I work as a junior php developer. I like to develop and improve myself, that’s why I’m here! Since in the future I plan to become a senior full-stack developers.
function validateEmail(theForm) {
if (/^w+([.-]?w+)*@w+([.-]?w+)*(.w{2,3})+$/.test(theForm.email-id.value)){
return(true);
}
alert("Invalid e-mail address! Please enter again carefully!.");
return(false);
}
English level A1 (elementary)