EXAMINE JAVASCRIPT CODE
You can use the Chrome Inspector to examine the JavaScript code of any website. You can do so by using the Scripts panel found in the inspector window. When you examine your JavaScript code, it is also possible to review any errors and warnings produced by executing the JavaScript code and then reference back to the code where the error occurred. This is done by using the JavaScript Console panel, a subcomponent of the Chrome Inspector.
This console will also allow you to execute arbitrary JavaScript code, and use it to interact with the DOM components and the elements in your website.
Some websites use JavaScript optimizers and minimizers to make code download and execution more efficient for the web browser. This is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access