1
00:00:00,150 --> 00:00:05,640
The first part of this course is all about JavaScript core coding fundamentals and the core knowledge

2
00:00:05,640 --> 00:00:11,010
that you need in order to be successful with JavaScript and just getting started with JavaScript in

3
00:00:11,010 --> 00:00:11,480
general.

4
00:00:11,520 --> 00:00:19,200
It also comes with a 200 plus page guide to help you get started with coding JavaScript and also have

5
00:00:19,200 --> 00:00:24,090
references, code snippets and a whole bunch of really cool things that are included within the PDF.

6
00:00:24,120 --> 00:00:27,330
There's links, resources and notes on the lessons.

7
00:00:27,480 --> 00:00:33,060
You can copy and paste the code samples, use them within your editor and try them out.

8
00:00:33,330 --> 00:00:36,800
There's also a number of challenges that are going to be presented throughout the lessons.

9
00:00:37,230 --> 00:00:39,480
One of them is going to be a template literal.

10
00:00:39,660 --> 00:00:45,740
There's also a miles to kilometers convertor a Hello Grieder and a looping array builder.

11
00:00:46,440 --> 00:00:52,710
We're going to be covering the very basics of JavaScript coding from start to finish, how to add JavaScript

12
00:00:52,710 --> 00:00:59,970
to your Web pages and also really brief history of JavaScript commenting why we comment JavaScript variables,

13
00:01:00,150 --> 00:01:05,130
data types, prompts and a whole bunch of really cool things, as you can see in this list.

14
00:01:05,460 --> 00:01:09,680
And this is going to be everything you need in order to start coding JavaScript.

15
00:01:09,840 --> 00:01:15,120
So even if you've never written JavaScript before, this section is going to walk you through all of

16
00:01:15,120 --> 00:01:17,430
the basics to get coding quickly.
