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 aec17e8 commit f5aec0bCopy full SHA for f5aec0b
docs/1-trial-session/10-array/index.md
@@ -91,7 +91,7 @@ JavaScript の配列には、便利な変数や関数が定義されています
91
const studentNames = ["田中", "佐藤", "鈴木"];
92
document.write(studentNames.length); // 3
93
const numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
94
-document.write(studentNames.length); // 10
+document.write(numbers.length); // 10
95
```
96
97
### `配列.push` 関数
0 commit comments