The ability to spend less time finding errors in a code is a necessary skill that every developer should have.
The Console API, a debugging tool t...
For further actions, you may consider blocking this person and/or reporting abuse
Also
n=3;m=4; console.log({n,m}); returns{n: 3, m: 4}Great hack with destructuring to pass linters and CI/CD 😂
lmao
The last is the best!
Console.table is useful but this method only support the obj which nested depth under 2
Do u mean it doesn't work when u used it with a simple obj?
Great work!!!
This is really useful. Thanks for sharing!
Great article, very few people write about Console API
Thank you.
Thanks. This is beautiful 🎉
Thanks for the suggestion
A great run through this was so informative.