Skip to content

Commit 1bef64e

Browse files
committed
配列は値 (すでに修正してる気がする...)
1 parent f636389 commit 1bef64e

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
@@ -9,7 +9,7 @@ import Answer from "@site/src/components/Answer";
99

1010
## 配列
1111

12-
JavaScript における配列は、複数の値を並べて一つにまとめたオブジェクトです`[` から `]` で囲まれた部分は配列を生成する式になります。
12+
JavaScript における配列は、複数の値を並べて一つにまとめた値です`[` から `]` で囲まれた部分は配列を生成する式になります。
1313

1414
```javascript
1515
const studentNames = ["田中", "佐藤", "鈴木"];

0 commit comments

Comments
 (0)