Skip to content

Commit 4fc2885

Browse files
authored
Merge pull request #444 from ut-code/fix-js-helloworld-description
Specify which file to open in section of JavaScript
2 parents 72efdee + b23ff07 commit 4fc2885

File tree

1 file changed

+1
-1
lines changed
  • docs/1-trial-session/03-javascript

1 file changed

+1
-1
lines changed

docs/1-trial-session/03-javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import helloWorldByJavascriptVideo from "./hello-world-by-javascript.mp4"
3636
document.write("Hello World!");
3737
```
3838

39-
ブラウザで実行してみましょう`Hello World!` と表示されましたか?
39+
**`index.html`** をダブルクリックして開いてください`Hello World!` と表示されましたか?開くのは、`script.js` ではなく `index.html` なので、気をつけてください。
4040

4141
<video src={helloWorldByJavascriptVideo} controls />
4242

0 commit comments

Comments
 (0)