String concatenation
To concatenate strings, simply use the +
operator.
To concatenate non-string values into string values, use the toString function.
Examples
Last updated
To concatenate strings, simply use the +
operator.
To concatenate non-string values into string values, use the toString function.
Last updated