How to output the full object or nested objects to the console in Nodejs?
Originally Published Here ๐!
Sometimes when you log out the contents of an object into the console in Node.js, you may get something like this [Object] ๐คง, which can be a pain sometimes to visualize the contents inside.
No more of that! ๐ You can p...
melvingeorge-me.hashnode.dev1 min read