DDeno•Created by Mqx on 8/23/2023 in #help Deno console.log() all items of array
If you only need to get a look of what it prints out, I suggest you to stringify the whole content and gave it a bit of spacing like this:
JSON.stringify(arrayToShow, null, 2)