Answer the question
In order to leave comments, you need to log in
[[+content_image]]
How to configure the display of arrays in the console (or alternative compiler plugin)?
Let's say there is a large matrix that needs to be rendered to the screen (for checks, etc.)
maze = [[1,1,1,1,1,1,1],
[1,0,0,0,0,0,3],
[1,0,1,0,1,0,1],
[0,0,1,0,0,0,1],
[1,0,1,0,1,0,1],
[1,0,0,0,0,0,1],
[1,2,1,0,1,0,1]]
console.log(return maze)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question