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.
2 parents cd2820d + 6ec4fd3 commit c7316d9Copy full SHA for c7316d9
docs/1-trial-session/10-array/index.md
@@ -9,7 +9,7 @@ import Answer from "@site/src/components/Answer";
9
10
## 配列
11
12
-JavaScript における配列は、複数の値を並べて一つにまとめたオブジェクトです。`[` から `]` で囲まれた部分は配列を生成する式になります。
+JavaScript における配列は、複数の値を並べて一つにまとめた値です。`[` から `]` で囲まれた部分は配列を生成する式になります。
13
14
```javascript
15
const studentNames = ["田中", "佐藤", "鈴木"];
0 commit comments