There is a code:
if (e.name == vasya) { // выполняем что то } so let's say e.name is "Vasily" and so, and "vasya" equals "Vasily Petrovich", so in this code the function will work only if it ideally equals "Vasily" and how to make it so that it would work if the symbol is not perfect How is it with a small letter and also a last name?