Y
Hacker News
new
|
ask
|
show
|
jobs
by
burk96
1834 days ago
console.table() is a favorite of mine for a variety of reasons, but one of the most important to me is that it's really easy to quickly find a giant table in a wall of text if I'm logging a bunch of other stuff.
1 comments
davidkunz
1834 days ago
For this I use console.error (red) or console.warn (yellow).
link