2. What is an Operator?


          In the expression 7 + 3 = 10, 7 and 3 are operands and the '+' sign is the operator. 

          There are different types of operators that are being supported by JavaScript. These are the following operators: 

        • Arithmetic Operators 
        • Comparison Operators 
        • Logical Operators 
        • Assignment Operators 
        • Ternary Operators