What is the console used for? Basically it provides you with the ability to write, manage and monitor JavaScript
How do you open the Console in Google Chrome? Go to the Menu at top right of browser (3 vertical dots) then select “More Tools” then select “Developer Tools” then select “Console”
What does console.log function do? It prints any kind of variables defined or any message that needs to be displayed
How can you change the contents of an HTML page through the console? Save a basic html file and load it into the browser of your choice. Open up the Console and begin working with JavaScript to modify the page.