Debug your JavaScript code visually with console.table - JavaScript Tutorial

preview_player
Показать описание


As of right now I believe this method only works on objects and arrays but please let me know in the comments if it has worked for you on other types (or in other browsers).

Support me on Patreon:

For your reference, check this out:

Follow me on Twitter @dcode!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Рекомендации по теме
Комментарии
Автор

learning lots from this channel! Oh, btw, the table looks awesome on a browser's console and on the terminal! Keep up the good work!

luciusrex
Автор

cool video! is there any way to log the results from a loop into a table rather than static values?

acooldryplace
Автор

Thx for your great job... This tuto would have been an opportunity to demonstrate how to create 2d (or more) arrays in JS... (unless you did it already, in another video). Greetings from France !

philanglade
Автор

Hey @dcode how to I allow my console.table to hold more than 1000 objects

TT-tdpm