Prompt( )
•Prompt( ) method returns the text
•<script>
• var y=prompt
• ("please enter your name");
document.writeln (“Hello, ” + y);
•</script>