Sometimes, when you do console.log, you get useless string representations of objects, something like "[Object]".
If you want to expand an object and check its properties, the easiest solution is to open your browser console. The developers made it so that any .log console in your script also got into the standard browser console. I believe that it works in all major browsers.
source share