Skip to content

Commit 96d5800

Browse files
authored
Merge pull request #493 from ut-code/fix-typo
[急ぎ] 誤字修正
2 parents 7e678f8 + 65f6277 commit 96d5800

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
@@ -96,7 +96,7 @@ document.write(numbers.length); // 10
9696

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

99-
[`関数.push`関数](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/push) は、指定した配列の末尾に新しい値を追加する関数です。
99+
[`配列.push` 関数](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/push) は、指定した配列の末尾に新しい値を追加する関数です。
100100

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

0 commit comments

Comments
 (0)