diff --git a/hello.js b/hello.js index 2a2f726..09fe132 100644 --- a/hello.js +++ b/hello.js @@ -1,8 +1,6 @@ - // その1: HTML本文中に出力する document.write("Hello, world!(1)"); // その2: ブラウザコンソールに出力する console.log("Hello, world!(2)"); // その3: 警告ウィンドウに出力する alert("Hello, world!(3)"); -//