1
00:00:00,540 --> 00:00:05,460
Welcome to our first project, and this is going to be a tip calculator, what it's going to do, it's

2
00:00:05,460 --> 00:00:07,430
going to use math to calculate the value.

3
00:00:07,590 --> 00:00:15,030
So taking an input from the user and doing a calculation and then updating the HTML with the final value.

4
00:00:15,930 --> 00:00:20,310
And I've got a little bit of a sneak peek at some of the syntax that we're going to be using within

5
00:00:20,310 --> 00:00:25,770
the upcoming lessons, you can try this out for yourself and I'll show you example of the project.

6
00:00:26,340 --> 00:00:28,860
So this is an example of the tip calculator.

7
00:00:28,870 --> 00:00:34,980
You come in, you enter a value, any value that you want to enter and you press tip one and it tells

8
00:00:34,980 --> 00:00:36,660
you how much you should tip on.

9
00:00:36,660 --> 00:00:41,070
Seventy on five hundred dollars, you should tip seventy five dollars.

10
00:00:41,250 --> 00:00:48,360
So the objective here is to practice taking an input and then updating and manipulating elements with

11
00:00:48,360 --> 00:00:49,320
a new value.

12
00:00:49,500 --> 00:00:50,570
So go ahead and try this out.
