3.1 Operators in JavaScript

Hello everyone and welcome to this introductory video of our 3rd section on Operators in JavaScript. So you've learned how to declare variables and constants, now let's look at operators. In JavaScript we have different types of operators, we use these operators with our variables and constants to create expressions. With these expressions, we can implement logic and algorithms. So here are the different types of operators in JavaScript. We have arithmetic operators, assignment, comparison, logic and bitwise operators at the bit level. In the next few videos, you will learn more about all these types. So we'll see you in the next video on arithmetic operators.