JavaScript入門(1)(記述)

<html lang="ja"> <head> <meta charset="utf-8"> <title>JavaScriptの練習</title> </head> <body> <script> // console.log("hello world!"); // var msg; // msg = "hello world!"; // console.log(...</body></html>