Prints an array in the console.
The array
Chalkboard.stat.print([1, 1, 2, 3, 5, 8]); // Prints the Fibonacci values Copy
Chalkboard.stat.print([1, 1, 2, 3, 5, 8]); // Prints the Fibonacci values
Prints an array in the console.