Use Console.Dir For Logging Html Elements
Topic | Source |
---|---|
๐ฅ๏ธ Tech | Tips and Tricks for Debugging JavaScript - YouTube |
Don't use console.log
to always log in JS. console.dir
can actually handle the output of HTML elements better and give you more information