It’s 2022, Please Don’t Just Use “console.log” Anymore

5 JavaScript console object methods and tricks you should know about.

fatfish
JavaScript in Plain English
4 min readSep 2, 2022

--

Photo by Gaelle Marcel on Unsplash

As a front-end engineer, you must have used console.log, which can help us print auxiliary information on the console to troubleshoot problems.

But do you know any other secrets about the console object?

--

--

Hi friends, I am a front-end engineer from Alibaba, let’s code happily together.