Skip to content

Commit 6ec4fd3

Browse files
committed
change オブジェクト -> 値
1 parent 288a24f commit 6ec4fd3

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)