How to Use Chrome Developer Tools JavaScript Source Snippets
TLDR; With Chrome Code Snippets we can ‘run’ small chunks of code without using the console. And using a gist we can import and export them to a file.
How to use the JavaScript Console for Technical Web Testing
TLDR; learn how to use the dev console and basic JavaScript commands (for, do…while, if…then, variables) to automate under the GUI and augment your interactive technical web testing.
Hacking JavaScript Games to improve your testing
TLDR; Learning to hack JavaScript will develop the skill of automating using the browser dev tools console.


