console.dir() seems rather redundant. At least with console.log(), you can add as many arguments as you want, but with console.dir(), you can only log one. Despite that, for debugging, I'll be using console.dir() more in future. Here's why? Let's tak...
gemmablack.dev3 min read
Thanks for the article. Through your examples, I also learned that JSON.stringify cannot handle Symbol, it outputs undefined. Interesting!
Gemma Black
Hi Arthur Denner. You raised a good point that I didn't highlight. Thank you for that. And thanks for the read too.