@@ -0,0 +1,6 @@
function checkEmail() {
let email = document.querySelector('#emailField').value;
if (!email.includes('@')) alert('Нет символа @');
else if(!email.includes('.')) alert('Нет символа .');
else alert('Все отлично!')
};
The note is not visible to the blocked user.