concatstring.js 102 B

123
  1. var a = a + "a" + "b" + 1 + c;
  2. var b = a + "c" + "ds" + 123 + c;
  3. var c = a + "c" + 123 + d + "ds" + c;