apend a character to a string javascript code example Example: string concatenation js var aString=""; aString.concat(value1, value2, ... value_n);