Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created February 22, 2014 02:08
Show Gist options
  • Save BinRoot/9147583 to your computer and use it in GitHub Desktop.
Save BinRoot/9147583 to your computer and use it in GitHub Desktop.
var person = prompt("Your name?");
if ( person!=null ) {
x = "Hi " + person + "!";
alert( x );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment