javascript String concat( )

concat( ) NN 4 IE 4 ECMA n/a  

concat(string2)

  

Returns a string that appends the parameter string to the current string object. The results of this method are the same as concatenating strings with the add (+) or add-by-value (+=) operators. Neither the method nor operators insert spaces between the two string components.

 
Parameters
 
  • Any string.
 
Returned Value

String.


1778,Nickname,Homepage or email,Comments here,Add comment