1
00:00:00,240 --> 00:00:05,550
In this lesson, we're going to be building another project and this is a customized JavaScript welcome

2
00:00:05,550 --> 00:00:11,580
message, so it's going to be a really short because we only have one lesson or a really short section

3
00:00:11,580 --> 00:00:12,970
because we only have just the one lesson.

4
00:00:13,230 --> 00:00:18,660
So the objective here is, again, to practice those inputs, getting values from the inputs and then

5
00:00:18,660 --> 00:00:25,830
using them within your JavaScript code and then updating your HTML or your inner text with those output

6
00:00:25,830 --> 00:00:26,370
values.

7
00:00:26,610 --> 00:00:28,860
So we get the value output of the screen output.

8
00:00:28,860 --> 00:00:34,530
The Wilko message using event listener to attach an event to the button click and I'll show you how

9
00:00:34,530 --> 00:00:35,050
this works.

10
00:00:35,070 --> 00:00:38,640
So you come into the application, you enter in a name.

11
00:00:38,640 --> 00:00:41,700
Could be your name, could be your friend's name, could be any name you want.

12
00:00:41,700 --> 00:00:42,540
Could be my name.

13
00:00:42,810 --> 00:00:45,150
Hit message and it says hello.

14
00:00:45,150 --> 00:00:50,730
Welcome Lawrence, to get more familiar with some of the more advanced concepts that are coming up in

15
00:00:50,730 --> 00:00:52,140
the upcoming projects.
