Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created October 10, 2013 01:48
Show Gist options
  • Save chikoski/6911797 to your computer and use it in GitHub Desktop.
Save chikoski/6911797 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
</html>
var name = prompt("あなたのお名前は?");
alert("こんにちは " + name + "さん");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment