What is the console used for?
It’s used to see and change a webpages source code.
How do you open the Console in Google Chrome?
Settings, options, dev tools,
What does console.log function do?
It’s how you interact with the web browsers console directly by displaying the output underneath the code.
How can you change the contents of an HTML page through the console?
By typing code into the console, such as document.innerHTML “
blahblah</p” and pressing enter