toString

toString ( object obj1 , object obj2 , object ... ) : string

Make a concatenated string with all objects

Example


console(toString(15122, ["tomate","cofee","cutter"], "low")) //-> 15122[tomate, cofee, cutter]low

Parameters

obj1

obj2

...