1. What is the console used for?, Modern browsers have development tools built in to work with JavaScript , so the Console provides you ability to write, manage, and monitor JavaScript on demand.
2. How do you open the Console in Google Chrome?, menu more tools/ development tools
3. What does console.log function do?, it log the function to screen
4. How can you change the contents of an HTML page through the console?, in the console you can inserts DOM object to change or add things to the webpage, but on reload they are gone as the webpage are loaded fresh again from file.