const isRightAnswer = userAnswer => userAnswer.trim().toLowerCase() === 'завтра'; alert(isRightAnswer(' завтра')); alert(isRightAnswer('Завтра '));