Skip to content

Commit

Permalink
Merge branch 'master' into publish1
Browse files Browse the repository at this point in the history
  • Loading branch information
kahei authored Jan 22, 2020
2 parents 184781d + f3ba358 commit d011025
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 d011025

Please sign in to comment.