I needed console.table() in Google Apps Script, and here’s what I did about it.

And turned it into a library.

Dmitry Kostyuk
JavaScript in Plain English
4 min readMay 3, 2024

--

TLDR;

Here’s the scoop: While tinkering with a project, I needed a way to pinpoint the last row of data in various sheets — essentially to catch any “orphan” values lurking there. Typically, something like console.table() would be the hero of the day…

--

--