var company = prompt('Netscape?', 'NeTsCaPe'); if (String(company).toLowerCase() === 'netscape') { alert('Верно'); }