"console.table" is a cool thing to know about
If you want to console.log
tabular data into your JS console, you can use console.table
to do it. It will display your objects into convenient and easy-to-read table to make your life easier.
If you want to console.log
tabular data into your JS console, you can use console.table
to do it. It will display your objects into convenient and easy-to-read table to make your life easier.