❑ The binary '+' operator is generally a "Number Addition" operator.
❒ When one of the operand is string, '+' rather acts like a "String Concatenation" operator. The other operand if not string is converted to string first.
➋ '-' operator operates on numbers only
❑ The binary "-" operator is known as a "Number Subtraction" operator.
❒ If any of the operand is not number, that is first converted to a number before evaluating the expression.