1
00:00:01,870 --> 00:00:05,420
<v ->Hello, and welcome to our next section,</v>

2
00:00:05,420 --> 00:00:07,063
which is all about arrays.

3
00:00:07,960 --> 00:00:10,990
So in JavaScript, arrays are probably

4
00:00:10,990 --> 00:00:13,890
the most used data structure.

5
00:00:13,890 --> 00:00:16,060
So, we use arrays all the time,

6
00:00:16,060 --> 00:00:20,710
and therefore JavaScript has countless modern array methods,

7
00:00:20,710 --> 00:00:24,790
which we can also imagine as array tools.

8
00:00:24,790 --> 00:00:29,040
So in this section, we will learn all about these tools,

9
00:00:29,040 --> 00:00:32,630
so how to use them, and even more importantly,

10
00:00:32,630 --> 00:00:34,700
when to use them.

11
00:00:34,700 --> 00:00:36,480
And we will do that while building

12
00:00:36,480 --> 00:00:38,870
our next beautiful project,

13
00:00:38,870 --> 00:00:42,840
so that you can immediately apply all these array tools

14
00:00:42,840 --> 00:00:45,640
to a real world situation.

15
00:00:45,640 --> 00:00:47,358
So let's go do that.

16
00:00:47,358 --> 00:00:49,941
(gentle music)

