Skip to content

Commit 27a8ecf

Browse files
committed
whileのsandpackはなし
1 parent afaa34c commit 27a8ecf

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

docs/1-trial-session/10-loop/_samples/answer-while/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/1-trial-session/10-loop/_samples/answer-while/script.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/1-trial-session/10-loop/index.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: 繰り返し
33
---
44

55
import whileLoopVideo from "./while-loop.mp4";
6-
import answerWhileHtml from "!!raw-loader!./_samples/answer-while/index.html";
7-
import answerWhileJs from "!!raw-loader!./_samples/answer-while/script.js";
86
import answerForHtml from "!!raw-loader!./_samples/answer-for/index.html";
97
import answerForJs from "!!raw-loader!./_samples/answer-for/script.js";
108
import productHtml from "!!raw-loader!./_samples/product/index.html";
@@ -67,17 +65,6 @@ while (i <= 10) {
6765
document.write(sum);
6866
```
6967

70-
<Sandpack
71-
template="static"
72-
files={{
73-
"/index.html": answerWhileHtml,
74-
"/script.js": answerWhileJs,
75-
}}
76-
options={{
77-
activeFile: "/script.js",
78-
}}
79-
/>
80-
8168
</Answer>
8269

8370
## for 文

0 commit comments

Comments
 (0)