Validate Email

Check if the email contains the character @ and assign the result to the variable isValidEmail. Use the includes() method.
JavaScript
Console