# Reading material for the third lecture: ``` In week three we will discuss the following topics: • Capturing user input • Basic DOM manipulations[img src, innerHTML] • Code debugging using the browser • Events • Code commenting • Structuring code files ``` - Chrome DevTools [Debugging](https://developers.google.com/web/tools/chrome-devtools/?utm_source=dcc&utm_medium=redirect&utm_campaign=2016q3) ### A Refresher from some previous covered topics: Links to MDN (Mozilla Developer Network) topics: - [Arguments object](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments) - [Strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode) - If you want to find out more about (mouse) events, check out this resource: https://www.quirksmode.org/js/events_mouse.html ### Review - Go through the review of [week 1](/Week1/REVIEW.md) - Go through the review of [week 2](/Week2/REVIEW.md) - Go through the review of [week 3](/Week3/REVIEW.md) _Please go through the material and come to class prepared!_