The prompt() method displays a dialog box that prompts the user for input.
prompt()
The prompt() method returns the input value if the user clicks “OK”, otherwise it returns null.
null
Example:
prompt("Please enter your name");
Auto Sync....
Select Categories