Is it possible to inspect the log properties of variables in Chrome or any other browsers within console mode? I already know that you can inspect the DOM using the inspector element and go through debugging mode as well. I want to demonstrate why this feature would benefit novices like me.
Take a look at the image below: https://i.sstatic.net/bRyBl.png
In the screenshot, I'm trying to access an element of Array[15] but it keeps returning undefined. It would be helpful to test out code before recompiling, which saves time. Sometimes you may not know if the function you're calling in JavaScript is compatible with your end goal.