DEV Community

Discussion on: 5 JavaScript Console Methods That will Improve your Debugging Skills🚀

Collapse
 
abzave profile image
Abraham Meza Vega

This is really great!
Another trick I've been using so far to debug multiple variables is to print them all in a object. i.e:
console.log({ var1, var2, var3 });