We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72efdee + b23ff07 commit 4fc2885Copy full SHA for 4fc2885
docs/1-trial-session/03-javascript/index.md
@@ -36,7 +36,7 @@ import helloWorldByJavascriptVideo from "./hello-world-by-javascript.mp4"
36
document.write("Hello World!");
37
```
38
39
-ブラウザで実行してみましょう。`Hello World!` と表示されましたか?
+**`index.html`** をダブルクリックして開いてください。`Hello World!` と表示されましたか?開くのは、`script.js` ではなく `index.html` なので、気をつけてください。
40
41
<video src={helloWorldByJavascriptVideo} controls />
42
0 commit comments