Let\'s look at the following Javascript code.
+ is used for both string concatenation and addition. If either operant is a string, concatenation is used. - is only used for subtraction, both operants are always cast to numbers.
+
-