From c90377d9966174ee41e032a443becffc45a007ef Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 4 Jun 2017 00:04:12 +0300 Subject: [PATCH] up --- 1-js/05-data-types/05-array-methods/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/05-array-methods/article.md b/1-js/05-data-types/05-array-methods/article.md index 2396a81a..a0023a20 100644 --- a/1-js/05-data-types/05-array-methods/article.md +++ b/1-js/05-data-types/05-array-methods/article.md @@ -717,7 +717,7 @@ These methods are the most used ones, they cover 99% of use cases. But there are For the full list, see the [manual](mdn:js/Array). -From the first sight it may seem that there are too many methods, difficult to remember. But you have to. +From the first sight it may seem that there are so many methods, quite difficult to remember. But actually that's much easier than it seems. Look through the cheatsheet just to be aware of them. Then do the tasks of this chapter to practice, so that you have experience with most methods.