g.js — graphical objects for JavaScript

concatenateconcatenate

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.
  • ...