Chrome DevTools
- Can be accessed with ctrl-shift-j
- Or though a dropdown menu.
- Turning off the cache in chrome
- What is caching?
- This can cause you unexpected problems so you need to turn it off.
- Bring up the developer tools.
-
- Select preferences.
- Scroll down to Network
- Select Disable cache (while DevTools is open)
-
- Elements lets us explore the HTML document.
- We will use Console for some javascript code.
- Sources will show us code and more.