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