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 | |
|
|
| Returned Value | |
|
String. |
|
Previous: javascript String fixed( )
1778,Nickname,Homepage or email,Comments here,Add comment
