2025.06.05
<!DOCTYPE html>
<html>
<head>
<title>JavaScriptのテスト </title>
</head>
<body>
<h1>JavaScript を試してみよう! </h1>
<script>
console.log(“hi、JavaScript!”);
alert(“JavaScript が始めましょう
!”);
</script>
</body>
</html>
I understood the lesson i did in the javascript book today very well..it’s a very good book.