console.table() allows you to print out arrays and objects to the console in tabular form. The tabular representation of data works like a charm which means you will get greater insight into your data and you can just debug your code faster. console.table can be implemented in the following ways: Array of arrays or nested objects.

3m read timeFrom dev.to
Post cover image
Table of contents
So, what is console.table()🤯❓Syntax🤓How to implement console.table()🤔❓
6 Comments

Sort: