concatenate
Add strings together.
var s1 = 'Node';
var s2 = 'Box';
g.concatenate(s1, s2);
Parameters
s1
: The first string.s2
: The second string.s3
: The third string....
Add strings together.
var s1 = 'Node';
var s2 = 'Box';
g.concatenate(s1, s2);
s1
: The first string.s2
: The second string.s3
: The third string....