Mastodon Feed: Post

Mastodon Feed

Boosted by kevinevans@hachyderm.io ("Kevin"):
corbin@toot.community ("Corbin Davenport") wrote:

Did anyone else know that JavaScript has console.table() for displaying arrays or objects as a table? And it's been in browsers for like over a decade? #webdev #javascript

https://developer.mozilla.org/en-US/docs/Web/API/console/table%5Fstatic

Screenshot of a JavaScript file with an object containing keys and values. The console.table(data) prints it to the console in a formatted table.