8. Course Outline - What Is In The Course | Complete JavaScript Tutorials

  • 4 years ago
1
00:00:02,060 --> 00:00:04,490
So we saw some javascript in action.

2
00:00:04,490 --> 00:00:10,550
We have the basic definition out of the way and hopefully now have a basic understanding of what javascript

3
00:00:10,550 --> 00:00:13,630
is and what this language is all about.

4
00:00:13,640 --> 00:00:17,540
Now what's in this course that what will you'll learn in this course.

5
00:00:17,660 --> 00:00:20,970
You could split this course in two three main blocks.

6
00:00:20,990 --> 00:00:26,400
I would say the core basics which you have to know under all circumstances.

7
00:00:26,780 --> 00:00:32,940
Then the next block where we build up on these basics and build a really strong foundation.

8
00:00:33,020 --> 00:00:37,890
You could therefore still call that basics but these would be the advanced basics.

9
00:00:38,090 --> 00:00:44,600
And then we have advanced concepts which allow you to get to the next level of JavaScript development

10
00:00:44,780 --> 00:00:48,160
and become a really good javascript developer.

11
00:00:48,170 --> 00:00:51,860
Now in the core basics block we get started.

12
00:00:51,860 --> 00:00:57,700
This is this module we learn the core basics about JavaScript and its history and so on.

13
00:00:57,830 --> 00:01:03,800
But once we're finished with this module we'll dive into all the core syntax the language basics into

14
00:01:03,800 --> 00:01:10,820
variables functions what all of that is all these core things that make up the javascript language which

15
00:01:10,820 --> 00:01:17,120
you have to know no matter in which environment you want to execute javascript will dive into efficient

16
00:01:17,120 --> 00:01:22,880
development and debugging how to configure your environment correctly how to fix errors and how to find

17
00:01:22,880 --> 00:01:23,400
them.

18
00:01:23,510 --> 00:01:29,150
We'll dive into control structures if statements loops so that you can execute code multiple times based

19
00:01:29,150 --> 00:01:32,660
on some conditions we'll look behind the scenes of JavaScript.

20
00:01:32,690 --> 00:01:36,430
We'll see what the JavaScript engine does in detail.

21
00:01:36,620 --> 00:01:41,390
We'll have a close look at functions a very important concept as it will turn out.

22
00:01:41,480 --> 00:01:49,280
We'll have a look at Dom basics Dom stands for document object model and this will all be about manipulating

23
00:01:49,280 --> 00:01:50,210
the web page.

24
00:01:50,240 --> 00:01:54,410
We're running on adding content removing content ends on.

25
00:01:54,410 --> 00:01:56,490
We'll have a look at arrays and edibles.

26
00:01:56,510 --> 00:01:59,850
So add lists of data and how we can work with those.

27
00:01:59,990 --> 00:02:04,510
We'll have a look at objects which are super important data structures in JavaScript.

28
00:02:04,670 --> 00:02:11,600
And once we're done with that you will have a a solid basic understanding of the javascript core syntax

29
00:02:11,600 --> 00:0

Recommended