1
00:00:00,120 --> 00:00:05,820
Hey and welcome, this section is about cookies and no, not the ones you eat, unfortunately, depends

2
00:00:05,820 --> 00:00:09,360
on if you're craving cookies right now, but this is about JavaScript cookies.

3
00:00:09,360 --> 00:00:12,960
So these are what gets stored within the browser.

4
00:00:12,960 --> 00:00:17,670
So you can use JavaScript in order to store information in the browser so you can get cookies, set

5
00:00:17,670 --> 00:00:21,630
cookies and you can get information, delete all the cookies, you can see all the cookies, you can

6
00:00:21,630 --> 00:00:22,890
see one particular cookie.

7
00:00:23,100 --> 00:00:27,630
And sometimes this can get a little confusing when you're setting them and creating them with JavaScript.

8
00:00:27,810 --> 00:00:29,880
So that's what this application is for.

9
00:00:30,000 --> 00:00:36,600
It's a tester and it also gives you a great opportunity to practice JavaScript cookies, setting, getting,

10
00:00:36,600 --> 00:00:38,100
seeing and deleting.

11
00:00:38,340 --> 00:00:38,930
So let me show you.

12
00:00:39,930 --> 00:00:41,790
So we've got an input value here.

13
00:00:41,820 --> 00:00:48,000
We've got we've got a value here and then we've got a cookie name that we can name it so we can set

14
00:00:48,000 --> 00:00:48,530
a cookie.

15
00:00:48,660 --> 00:00:51,150
We can also set an expiry date for a cookie.

16
00:00:51,330 --> 00:00:54,990
And if we refresh it, we can see all the cookies that have been set.

17
00:00:55,170 --> 00:01:00,720
We can get a cookie, we can set a cookie, get a cookie, delete cookies, see all the cookies that

18
00:01:00,720 --> 00:01:01,320
are available.

19
00:01:01,480 --> 00:01:06,930
There's a whole bunch of options here that you can utilize when you practice and get more familiar with

20
00:01:06,930 --> 00:01:07,400
cookies.

21
00:01:07,680 --> 00:01:08,640
So try this one out.

22
00:01:08,760 --> 00:01:09,480
Hope you enjoy it.
