From b23ff07a5f39893d1e12ea625baa24c864edfdb7 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:09:34 +0900 Subject: [PATCH] Specify which file to open in section of JavaScript --- docs/1-trial-session/03-javascript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-trial-session/03-javascript/index.md b/docs/1-trial-session/03-javascript/index.md index 9d52e73f9..b48d6499c 100644 --- a/docs/1-trial-session/03-javascript/index.md +++ b/docs/1-trial-session/03-javascript/index.md @@ -36,7 +36,7 @@ import helloWorldByJavascriptVideo from "./hello-world-by-javascript.mp4" document.write("Hello World!"); ``` -ブラウザで実行してみましょう。`Hello World!` と表示されましたか? +**`index.html`** をダブルクリックして開いてください。`Hello World!` と表示されましたか?開くのは、`script.js` ではなく `index.html` なので、気をつけてください。