StringOn this pageStringconcatconcat: (string, string) => stringconcat("foo", "bar"); // foobar"foo" + "bar"; // foobar"foo" + 3; // foo3