Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jai Dewani
Student, preparing for a Journey filled with Development
Most of us overuse console.log() for debugging Javascript instead of using a debugging tool, In my case, this is mostly because I learned the art of printing everything to check for errors while brute-forcing my way to learn how to code before someon...
Rajiv Nayan Choubey
Quite informative post. Didn't know about these many shades of console.
I might not have covered everything, checkout console.time(), console.timeend(), console.memory()
Thinking of doing a part two of this article to write about these ones xD
Devesh B
I'm a full stack dev who reads fiction, watches anime and fixes bugs most of the time:)
Amazing article Jai, didn't know about console.table will definitely use it next time, thank you!π₯
Thanks Devesh :)
Tip: Console.table() snapshots the current state of the object where as console.log() will log the object directly so the log updates if the state of the object updates in next steps
Gazal Jain
Software Development
I have never come across so many uses of console. methods ! Informative post. Saving it for later uses. Thanks.
Rajiv Nayan Choubey
Quite informative post. Didn't know about these many shades of console.