1
00:00:00,180 --> 00:00:04,600
In this section, we're building a JavaScript calculator, not just any calculator.

2
00:00:04,620 --> 00:00:06,180
This is going to be all JavaScript.

3
00:00:06,330 --> 00:00:11,640
So JavaScript is going to create the whole interface and all the visuals and then all the functionality

4
00:00:11,640 --> 00:00:14,280
of the calculator that's going to be generated.

5
00:00:14,310 --> 00:00:16,080
So all JavaScript to do this.

6
00:00:16,320 --> 00:00:16,920
Let me show you.

7
00:00:17,550 --> 00:00:21,900
So using an array, it's going to build out all the buttons that we need and then all the functionality

8
00:00:21,900 --> 00:00:27,090
for the buttons as well is going to be incorporated, getting information from the input area and then

9
00:00:27,090 --> 00:00:31,770
doing the calculations, the multiplication and doing the appropriate actions for the keys.

10
00:00:31,950 --> 00:00:35,760
So this is all included in the section building a JavaScript calculator.

11
00:00:36,420 --> 00:00:37,680
This could be a fun activity.
