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.
1 parent 506d471 commit ae3096bCopy full SHA for ae3096b
…al-session/14-events/_samples/index.html …samples/project-jack-in-a-box/index.htmldocs/1-trial-session/14-events/_samples/index.html renamed to docs/1-trial-session/14-events/_samples/project-jack-in-a-box/index.html
…ial-session/14-events/_samples/script.js …_samples/project-jack-in-a-box/script.jsdocs/1-trial-session/14-events/_samples/script.js renamed to docs/1-trial-session/14-events/_samples/project-jack-in-a-box/script.js
docs/1-trial-session/14-events/index.md
@@ -84,7 +84,7 @@ greetButton.onclick = clicked();
84
85
<Details summary={<summary>ヒント1:文字列の表示</summary>}>
86
87
-さっきは文字列の表示に`document.write();` を使いましたが、これでは文字色やサイズが変えられません。
+さっきは文字列の表示に`document.write()` を使いましたが、これでは文字色やサイズが変えられません。
88
こんな書き方ならそれもできますが、あまりに乱暴ですよ。
89
90
```javascript
@@ -107,4 +107,4 @@ HTMLファイルに一工夫が必要です。見えない`<div>` タグを用
107
108
</Details>
109
110
-<ViewSource url={import.meta.url} path="_samples/" />
+<ViewSource url={import.meta.url} path="_samples/project-jack-in-a-box/" />
0 commit comments