20250605

20250605

<!DOCTYPE html>
<html>
<head>
<title>JavaScript のテスト</title>
</head>
<body>
<h1>JavaScript を試してみよう!</h1>
<script>
console.log(“こんにちは、japan!”);
alert(“JavaScript が始めましょう!”);
</script>
</body>
</html>

console.log(“こんにちは、japan!”);
alert(“JavaScript が始めましょう!”);
</script> I understood all this well….

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です