var name = prompt("Введите ваше имя"); name = (!name)?"Незнакомец":name; s = "<h1> Привет, "+name+"</h1>"; document.write(s);