JavaScript – Operators
1.What are Operators? An operator is a symbol that tells the JavaScript engine to perform a specific operation on one or more operands (values or variables). Types of Operators: Arithmetic Operator Boolean Operator Increment & Decrement Operator Comparsion Operator Conditional Operator Logical Operator Arithmetic Operators These work with two operands and one operator. Operators: +,…