Use Console.Table To Print Out Huge Objects Into The Console

[!INFO]-
topic: πŸ–₯️ Tech
links: Use console.dir for logging html elements
source: Tips and Tricks for Debugging JavaScript - YouTube
tags: #permanent-noteΒ #published

Last Modified: =dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")


When you print out huge arrays or objects into the console that are hard to digest, you can use console.table() to print out a nicely formatted table of it.