Beyond console.log()
We all have been using console.log(), but many more options are available out there.Let us see them now
The most useful type beyond log is console.table()
console.table()
Takes in JSON or an array and prints in table format
Very handy while visual...
guptha.hashnode.dev5 min read