WEBVTT

1
00:00:00.000 --> 00:00:00.680
When writing larger,
more complex applications,

2
00:00:00.680 --> 00:00:03.940
it's common to put your JavaScript
code into a file that's separate

3
00:00:03.940 --> 00:00:06.850
from your HTML file like you
would with CSS, for example.

4
00:00:08.020 --> 00:00:13.814
So now, I'll teach you how and where
to link a JavaScript file to HTML file.

5
00:00:13.814 --> 00:00:17.489
Earlier, you learn that you can use
JavaScript in lots of different places.

6
00:00:17.489 --> 00:00:20.481
For instance, on web servers and
desktop applications.

7
00:00:20.481 --> 00:00:24.397
In this course, we'll concentrate on
how JavaScript works in a browser.

8
00:00:24.397 --> 00:00:27.940
The browser is the most common place
you'll encounter JavaScript and

9
00:00:27.940 --> 00:00:30.000
the easiest place to try
out JavaScript programming.
