DEV Community

Discussion on: Better console.logs

Collapse
 
lmbarr profile image
Luis Miguel • Edited

I use console.trace to check the stack calls. I use also console.log({variableName}) to get the variableName in the console..