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 7e678f8 commit 65f6277Copy full SHA for 65f6277
docs/1-trial-session/10-array/index.md
@@ -96,7 +96,7 @@ document.write(numbers.length); // 10
96
97
### `配列.push` 関数
98
99
-[`関数.push`関数](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/push) は、指定した配列の末尾に新しい値を追加する関数です。
+[`配列.push` 関数](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/push) は、指定した配列の末尾に新しい値を追加する関数です。
100
101
```javascript
102
const studentNames = ["田中", "佐藤", "鈴木"];
0 commit comments