Syntax
window.prompt(string1, string2)
The prompt() method of the Window object displays a prompt dialog box when invoked.
The string1 is displayed in the box.
The string2 is contained in the text field of the prompt dialog box.
The returned value of this method is the text in the text field.