1. What are operators?
Operators are symbols to represent particular actions to perform on input value or values.
2. What binary operators do you know?
addition, subtraction, multiplication, division, modulo, and, or, <, >, <=, >=, ==, !=, ===, !==
3. What logical operators do you know?
and, or and not