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