Converts an array to a string.
The array
const result = Chalkboard.stat.toString([1, 2, 3]); // Returns "[1, 2, 3]" Copy
const result = Chalkboard.stat.toString([1, 2, 3]); // Returns "[1, 2, 3]"
Converts an array to a string.