WEBVTT

00:02.200 --> 00:07.240
Hello and welcome to the next part of our course for all the previous sections, you have already got

00:07.240 --> 00:12.280
enough JavaScript knowledge which allow you to go further and introduce more advanced and complicated

00:12.280 --> 00:13.330
things in JavaScript.

00:14.050 --> 00:18.580
The topics that we're going to cover in this section are really advanced and complex stuff of JavaScript

00:18.580 --> 00:18.970
language.

00:19.420 --> 00:24.640
So you should be more concentrated because learning well this part of JavaScript language is definitely

00:24.640 --> 00:25.480
important for you.

00:26.230 --> 00:31.600
Start this section by showing you that almost everything is an object in JavaScript and we will prove

00:31.600 --> 00:31.840
that.

00:32.290 --> 00:38.140
Also, we are going to be covering the things like function, constructor's object, function prototype

00:38.140 --> 00:38.920
of Haridas.

00:39.310 --> 00:43.090
You will learn about first class functions immediately invoked function expressions.

00:43.330 --> 00:46.770
Closure's called applied by methods and much more stuff.

00:47.380 --> 00:52.630
I'm going to explain each of these topics step by step in details with lots of interesting and colorful

00:52.630 --> 00:53.610
coding examples.

00:54.190 --> 00:56.740
I believe that you will enjoy this part of our course.

00:57.190 --> 01:00.100
So let's go ahead and start learning advanced JavaScript.
