1
00:00:00,770 --> 00:00:04,790
In this video, we're going to do a quick wrap up on a raise and discuss when we're going to use them

2
00:00:05,090 --> 00:00:07,689
all pretty straight, simple and straightforward, as you might guess.

3
00:00:07,820 --> 00:00:08,810
We're going to use an array.

4
00:00:08,810 --> 00:00:13,970
And TypeScript, any time we want to represent a collection of records, usually with some very similar

5
00:00:13,970 --> 00:00:14,660
type about them.

6
00:00:15,290 --> 00:00:17,750
Now, this might seem like a silly lecture to put in here.

7
00:00:17,750 --> 00:00:20,240
Like, I'm sure you've got a good idea of when to use a phrase.

8
00:00:20,510 --> 00:00:26,600
But it turns out that there is another very similar data structure in typescript, very similar to arrays

9
00:00:26,600 --> 00:00:28,370
called tuples or tuples.

10
00:00:29,120 --> 00:00:33,440
So we're going to talk about tuples in just a second and they're going to look very similar to arrays,

11
00:00:33,560 --> 00:00:35,720
but with some distinct little differences about them.

12
00:00:36,350 --> 00:00:40,670
So right now, I just want you to understand that we're going to continue to use arrays any time we

13
00:00:40,670 --> 00:00:43,520
want to represent a collection of different records.

14
00:00:44,390 --> 00:00:44,660
All right.

15
00:00:44,660 --> 00:00:45,620
So let's take a pause right here.

16
00:00:45,620 --> 00:00:49,820
When we come back, the next section, we're going to start discussing tuples and how they're just slightly

17
00:00:49,820 --> 00:00:51,100
different from arrays.

18
00:00:51,450 --> 00:00:53,230
So quick pause and I'll see you in just a minute.

