โ 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.