1
00:00:00,820 --> 00:00:05,230
We've now gotten a definition of types, we've spoken about why we care about them, and we just looked

2
00:00:05,230 --> 00:00:06,550
at a couple of quick examples.

3
00:00:06,750 --> 00:00:09,310
It's now the last thing we're going to cover is when to use them.

4
00:00:10,000 --> 00:00:10,450
All right.

5
00:00:10,450 --> 00:00:12,400
So this one's kind of an easy one in this case.

6
00:00:12,580 --> 00:00:16,420
And some of the other topics we're going to look at while there's going to be a lot better answer of

7
00:00:16,540 --> 00:00:17,470
where we use them.

8
00:00:17,620 --> 00:00:19,960
But in the case of types, well, we use them everywhere.

9
00:00:20,350 --> 00:00:22,510
And that's just a side effect of using TypeScript.

10
00:00:22,720 --> 00:00:28,090
So whether you want to or not, every value you define inside your application is going to have a type

11
00:00:28,090 --> 00:00:29,560
associated with it in.

12
00:00:29,560 --> 00:00:34,570
TypeScript is going to do its best to check the quality of your code or check for in years by using

13
00:00:34,570 --> 00:00:35,200
those types.

14
00:00:35,740 --> 00:00:40,720
So like I said, for this particular feature, well, types are used everywhere and there's really not

15
00:00:40,720 --> 00:00:41,950
that much else to say about it.

16
00:00:42,790 --> 00:00:43,090
All right.

17
00:00:43,090 --> 00:00:44,260
So let's take a quick pause right here.

18
00:00:44,270 --> 00:00:45,190
This is kind of a gimme.

19
00:00:45,400 --> 00:00:46,620
Let's take a pause right here.

20
00:00:46,620 --> 00:00:48,910
And we're going to move on to our next feature in the next video.

