🗽

Form validations

Email

🔥
if you want to check that the purticular field contains @ or not
// you have to use the include property to check const emailIsValid=emailInput.includes('@')
notion image