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 3bafd4e commit 0003336Copy full SHA for 0003336
docs/1-trial-session/10-array/index.md
@@ -33,7 +33,7 @@ studentNames[1] = "内藤";
33
34
:::
35
36
-`[` 〜 `]` の中には任意の式を記述できます。変数を使用することも可能です。
+`[` 〜 `]` の中には非負整数値になる任意の式を記述できます。変数を使用することも可能です。
37
38
```javascript
39
const six = 6;
0 commit comments