WEBVTT

1
00:00:00.000 --> 00:00:00.400
In fact, you learned enough to
put together complete programs.

2
00:00:00.400 --> 00:00:03.740
So let's wrap this course up with a little
simulation that will produce a working

3
00:00:03.740 --> 00:00:06.950
program that utilizes most of your
newfound JavaScript knowledge.

4
00:00:08.490 --> 00:00:12.210
For this exercise, I want you to
write a simple quiz application.

5
00:00:12.210 --> 00:00:15.171
Let's have a look at
what you'll need to do.

6
00:00:15.171 --> 00:00:18.878
Launch the new workspace with this
video to access the starter files for

7
00:00:18.878 --> 00:00:19.819
this challenge.

8
00:00:19.819 --> 00:00:23.208
Open the quiz.js file
located inside the js folder,

9
00:00:23.208 --> 00:00:25.929
this is where you'll write all your code.

10
00:00:25.929 --> 00:00:29.690
And the file is already
linked to index.html.

11
00:00:29.690 --> 00:00:30.000
I've provided the instructions for
this challenge as JavaScript comments.
