File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
docs/1-trial-session/10-loop Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ title: 繰り返し
33---
44
55import 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" ;
86import answerForHtml from " !!raw-loader!./_samples/answer-for/index.html" ;
97import answerForJs from " !!raw-loader!./_samples/answer-for/script.js" ;
108import productHtml from " !!raw-loader!./_samples/product/index.html" ;
@@ -67,17 +65,6 @@ while (i <= 10) {
6765document .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 文
You can’t perform that action at this time.
0 commit comments