Operators are used to assign values, compare values, perform arithmetic operations.
Operators manipulate values.
Examples of binary operators are +, -, *, / and %, string concatenationi (+), comparison (==, !=, ===, !==, <, >, <=, >=)
Logical operators are && logical and (makes true if both values the same)
II logical or (makes true if both values different), ! ?