FunctionsconcatCopy PageJoins items to one string.JavaScript// "123" StringFormat.concat([1, 2, 3]); Updated less than a minute ago