1
00:00:00,110 --> 00:00:05,030
Let's look at the prerequisite knowledge for learning JavaScript.

2
00:00:05,370 --> 00:00:06,220
You ready?

3
00:00:06,230 --> 00:00:07,790
Let's get started.

4
00:00:07,880 --> 00:00:12,810
First of all, we need to be familiar with basic computer skills.

5
00:00:12,830 --> 00:00:19,430
For example, how to create files and folders and how to use the internet.

6
00:00:19,610 --> 00:00:24,430
And from there you need to be familiar with HTML fundamentals.

7
00:00:24,440 --> 00:00:31,790
For example, how to structure web pages and be familiar with some tags and elements and attributes.

8
00:00:31,970 --> 00:00:35,660
And from there we need to be familiar with CSS basics.

9
00:00:35,660 --> 00:00:39,350
For example, how to style basic web page with CSS.

10
00:00:39,380 --> 00:00:44,660
Next one is we need to be familiar with general programming concept.

11
00:00:45,080 --> 00:00:53,960
While this is not compulsory or a required requirement, but having some exposure to basic programming

12
00:00:53,960 --> 00:01:03,360
concepts such as variables, data types, functions, loops and conditional statement can be very helpful

13
00:01:03,360 --> 00:01:06,720
in understanding JavaScript more quickly.

14
00:01:06,810 --> 00:01:09,270
But don't worry, that's why you are here.

15
00:01:09,270 --> 00:01:11,970
We are going to start from scratch.

16
00:01:12,180 --> 00:01:18,310
And also we need to be familiar with how to use web browsers and text editors.

17
00:01:18,330 --> 00:01:22,380
So if you have all these requirements, bravo.

18
00:01:22,800 --> 00:01:28,410
But if you don't have, don't worry, we are going to move step by step.

19
00:01:28,440 --> 00:01:30,660
Let's continue on in the next video.

