Good base article.
Like having the color settings included.
You might also want to mention somewhere in the article that console is a separate API from the JavaScript engine. I've seen in tests that console will still fire ... event when JavaScript is thread-locked.
Glad you mentioned console.table(). That’s been my go-to for a while now!
A nice tip is:
instead console.log("name", name) you can use console.log({name})
Thanks for this cool tricks! I often just use console.log but ill try to use these options as well. Especially console.table was very useful to me.
Amanda Field
can you please remove that space in the console. info() at the beginning? It's making my eye twitch.
Also, cool stuff ;)