1 - Operators are tools like “+”, or “-“, or even “<“ or “==“ that allow expressions to exist.
2 - Arithmetic operators like “+”, “-“, etc , assignment operators like =, +=, -=, etc, comparison operators like “<“, “>=“, “===“, etc, logical operators, type operators and bitwise operators.
3 - Logical operators are “and” which is &&, “or” which is || and “not” which is !