name.html: echo a name
<script> var name; name = prompt("What's your name"); alert("hello, " + name); </script>