Addition Operator (+) (JScript 5.6)

Adds the value of one numeric expression to another or concatenates two strings.

result = expression1 + expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also