What is the console used for?
It allows you to log information, read, write, monitor, and even interact with the webpage.
How do you open the Console in Google Chrome?
Go to the top right of your google chrome browser and click on the three vertical lines, then scroll down to More Tools, and then finally click on development tools. A panel will open, and you will need to click on the label for the console if it is not already open. If you would like to save some time, you can also use hotkeys. For Windows or Linux machines, use CTRL + SHIFT + J or COMMAND + OPTION + J on macOS.
What does the console.log function do?
It allows you to work from within the console without having to deal with pop-ups.
How can you change the contents of an HTML page through the console?
Open the browser inspector and double click on elements you would like to change. Remember that the changes are not permanent. If you would like to change them permanently, you will need to copy them and paste them into the actual file.