Skip to content

Commit 0788d47

Browse files
authored
removed confusing hint (#677)
1 parent 46028c7 commit 0788d47

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ const string2 = `10から2を引くと${10 - 2}です。`;
183183

184184
`1` から `10` までの数の積を求めて画面に表示する、 `for` 文を含むコードを書いてみましょう。
185185

186-
:::tip
187-
和を求めるときは和の初期値は `0` でしたが、積の初期値は `0` ではありません。
188-
いくつにすればよいでしょうか?
189-
:::
190-
191186
<Answer title="10の階乗">
192187

193188
```javascript

0 commit comments

Comments
 (0)