July 1998
Intermediate to advanced
1456 pages
65h 5m
English
concat() — NN 4 IE J3 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.
String.
string2
Any string.
Read now
Unlock full access