1
00:00:01,420 --> 00:00:06,670
This section is all about the math object.

2
00:00:07,060 --> 00:00:07,920
Where?

3
00:00:07,930 --> 00:00:10,180
What is the math object?

4
00:00:10,210 --> 00:00:19,180
Before we explain, this section contains a lot of coding challenges and also the resources which include

5
00:00:19,180 --> 00:00:23,230
the PDF, the script and a final code will be provided.

6
00:00:23,680 --> 00:00:28,870
So let's explain what is math object grade?

7
00:00:28,990 --> 00:00:37,840
The math object is a built in object that has properties and methods for mathematical constants and

8
00:00:37,840 --> 00:00:38,650
functions.

9
00:00:39,070 --> 00:00:48,310
The math object is automatically created by the JavaScript engine and is available in all browsers.

10
00:00:48,640 --> 00:00:53,350
So with this object we can create awesome application.

11
00:00:53,560 --> 00:01:02,200
So with the math object we can perform mathematical operation like how to calculate area of a circle

12
00:01:02,230 --> 00:01:07,480
or area of a triangle, and how can we find a pi of a circle?

13
00:01:07,510 --> 00:01:11,740
So all these ones is what you call the math object.

14
00:01:11,740 --> 00:01:13,240
And it goes beyond that.

15
00:01:13,270 --> 00:01:18,760
How to run a number to two decimal places, how to get random numbers between numbers.

16
00:01:18,760 --> 00:01:22,270
That's all this math object is all about.

17
00:01:22,270 --> 00:01:23,380
The next video.

18
00:01:23,410 --> 00:01:25,690
Let's get started with math object.

