WEBVTT

00:02.230 --> 00:06.710
Hello and welcome to the next part of our course improve previous section, we have covered the very

00:06.760 --> 00:10.170
basics of JavaScript language, which I hope you have really enjoyed.

00:10.630 --> 00:15.250
And now it's time to move on and learn things that will take your JavaScript knowledge from basic level

00:15.250 --> 00:16.480
to an intermediate one.

00:17.230 --> 00:20.890
In this section, you're going to go deeper and learn how to deal with functions.

00:21.310 --> 00:24.930
You will learn about what kind of primitive data types exist in JavaScript.

00:25.330 --> 00:30.790
I mean, you will introduce to the stuff like arrays, objects, websites that will learn about several

00:30.790 --> 00:33.340
types of loops and we'll see how they work.

00:33.970 --> 00:37.690
Also, we will cover and introduce to that object and its built methods.

00:38.470 --> 00:43.210
After all of this stuff, you will be able to build your very first JavaScript application, which will

00:43.210 --> 00:46.450
be a digital clock at the end of the course.

00:46.870 --> 00:51.490
Again, you can test your knowledge with another interesting and a bit complicated coding task.

00:51.850 --> 00:53.740
Also, you will be able to do the quiz.

00:54.310 --> 00:59.290
So in the section, our journey will become much more interesting because we are going to be covering

00:59.500 --> 01:01.580
more complex things than previously.

01:01.750 --> 01:05.610
And also we will make more and more interesting and complicated coding examples.

01:05.980 --> 01:07.200
So it's time to move on.
