Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created October 3, 2013 02:46
Show Gist options
  • Save chikoski/6803963 to your computer and use it in GitHub Desktop.
Save chikoski/6803963 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 message = "<p>こんにちはこんにちは!わたしのなまえはなかのです。</p>";
document.write(message);
document.write(message);
document.write(message);
var name;
name = prompt("今いるところを入力してください");
alert(name + "さん," + "こんにちは、");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment