Skip to content

Commit f5aec0b

Browse files
authored
直しました。さーせん
1 parent aec17e8 commit f5aec0b

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
@@ -91,7 +91,7 @@ JavaScript の配列には、便利な変数や関数が定義されています
9191
const studentNames = ["田中", "佐藤", "鈴木"];
9292
document.write(studentNames.length); // 3
9393
const numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
94-
document.write(studentNames.length); // 10
94+
document.write(numbers.length); // 10
9595
```
9696

9797
### `配列.push` 関数

0 commit comments

Comments
 (0)