JS-код: ```js //+ demo run var name = prompt("Ваше имя?", ""); alert(name); ``` Полная страница: ```html