Javascript Console Methods
There are various console methods in javascript which can be used based on how you want the display to be shown.
console.dir()
This method displays an interactive list of all the properties of a specified object.
If you want to log all the properti...
dhanushnehru.hashnode.dev2 min read