js append chars to string code example Example: string concatenation js var aString=""; aString.concat(value1, value2, ... value_n);