As I dive into debugging front-end code in Chrome, I am encountering a question that may seem basic to experienced developers.
Specifically, while exploring the Sources panel within Chrome's Dev Tools, I find myself hovering over a variable labeled _this.filters
. My goal is to view the contents of this variable in the Console. How can I achieve this?
Thank you,
Robert
P.S. For context, I am currently working on an AngularJS 1.7 application.