1
00:00:00,120 --> 00:00:04,650
Hey, do you want to make your webpages come to life and make them interactive and dynamic?

2
00:00:04,890 --> 00:00:09,240
Well, then this section is for you because we're going to be covering the JavaScript and how it can

3
00:00:09,240 --> 00:00:14,670
interact with the dawn and manipulate content on the dawn, change things and make things look different.

4
00:00:14,970 --> 00:00:20,700
There's also a 60 page PDF guide that's going to help you through the different lessons of this section.

5
00:00:20,880 --> 00:00:24,580
There's links, resources, code, snippets, outlines, notes.

6
00:00:24,720 --> 00:00:26,190
So a lot of really useful stuff.

7
00:00:26,190 --> 00:00:28,490
And you can try the code out within your browser.

8
00:00:28,500 --> 00:00:33,630
Of course, there's also some challenges presented within the course and we're going to be covering

9
00:00:33,630 --> 00:00:35,220
everything you need to know about Dom.

10
00:00:35,400 --> 00:00:40,560
So element selection, of course, and creating interaction, changing elements, so manipulating them,

11
00:00:40,560 --> 00:00:47,760
adding classes, adding styles, updating their attributes and just really all that interaction that

12
00:00:47,760 --> 00:00:51,030
you need in order to make your Web pages interact.

13
00:00:51,060 --> 00:00:57,270
So there's also going to be some challenges, a dynamic image, pop up a list items updater background,

14
00:00:57,270 --> 00:00:59,940
color changer, editable text links.

15
00:01:00,150 --> 00:01:04,140
So, of course, we are also going to be covering click events, mouse events.

16
00:01:04,350 --> 00:01:09,870
So everything you need in order to interact with the document object model and JavaScript.
