Skip to content

Commit

Permalink
fix: 参照リンクを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaruon committed Jan 19, 2020
1 parent 22834ab commit c01222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic/array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ console.log(versionNames); // => ["ECMAScript 1", "ECMAScript 2", "ECMAScript 3"
- メソッドチェーンは配列のメソッドが配列を返すことを利用している

配列はJavaScriptの中でもよく使われるオブジェクトで、メソッドの種類も多いです。
この書籍でもすべてのメソッドは紹介していないため、詳しくは[Arrayについてドキュメント][]も参照してみてください。
この書籍でもすべてのメソッドは紹介していないため、詳しくは[Arrayについてのドキュメント][]も参照してみてください。

[ループと反復処理]: ../loop/README.md
[immutable-array-prototype]: https://github.com/azu/immutable-array-prototype "azu/immutable-array-prototype: A collection of Immutable Array prototype methods(Per method packages)."
Expand Down

0 comments on commit c01222c

Please sign in to comment.