Skip to content

Commit 4190c74

Browse files
aster-voidchvmvd
andauthored
インデックス -> 番目
Co-authored-by: WATAHIKI Yuto <[email protected]>
1 parent 4f087a8 commit 4190c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-trial-session/10-array/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ document.write(studentNames); // 田中,佐藤,鈴木,内藤
113113
- 引数に与えられた配列の要素を、通常のfor文を使って順番に表示してみましょう。
114114

115115
:::tip
116-
変数 `i`0 から `(作成した配列の長さ) - 1` まで順番に増やしながら、配列の `i` インデックスの要素を表示しましょう
116+
変数 `i``0` から `(作成した配列の長さ) - 1` まで順番に増やしながら、配列の `i` 番目の要素を表示しましょう
117117
:::
118118

119119
<Answer>

0 commit comments

Comments
 (0)