1
00:00:00,430 --> 00:00:06,820
Welcome to a brand new section of this course and that is JavaScript operators.

2
00:00:08,480 --> 00:00:14,090
Let's look at the definition of operators in JavaScript.

3
00:00:14,860 --> 00:00:22,960
Operators in JavaScript are used to perform operations on variables and values.

4
00:00:23,380 --> 00:00:32,680
And we have a couple of types or couple of ways to perform operations in JavaScript and let's look at

5
00:00:32,680 --> 00:00:34,480
the different types.

6
00:00:35,080 --> 00:00:39,010
First one is called the arithmetic operators.

7
00:00:39,130 --> 00:00:47,770
And these are used to perform operations like addition, subtraction, multiplication and division on

8
00:00:47,770 --> 00:00:49,330
variables, values.

9
00:00:49,450 --> 00:00:59,860
And the next type is called the modulus operator and exponential operator and increment operator decrement

10
00:00:59,860 --> 00:01:00,890
operator.

11
00:01:00,910 --> 00:01:02,830
String operators.

12
00:01:02,980 --> 00:01:11,950
Then the next type is the comparison operators, which include the double equal to is not equal to triple

13
00:01:11,950 --> 00:01:16,570
equal to less than and less than or equal to and others.

14
00:01:17,020 --> 00:01:24,940
The next type is the logical operators, which includes the double ampersand, and the next type is

15
00:01:24,940 --> 00:01:27,550
called the assignment operator.

16
00:01:27,550 --> 00:01:32,170
And that is it for the different types of operators.

17
00:01:32,200 --> 00:01:37,130
In the next video, we are going to start with the arithmetic operators.

18
00:01:37,160 --> 00:01:39,200
Let's continue in the next video.

