JavaScript-code: ```js demo run let name = prompt("What is your name?", ""); alert( name ); ``` The full page: ```html