SyntaxFix
Write A Post
Hire A Developer
Questions
Use console.dir() to output a browse-able object you can click through instead of the .toString() version, like this:
console.dir(obj/this/anything)
How to show full object in Chrome console?