What is the console used for?
similar to a shell interface, along with tools to inspect the DOM, debug, and analyze network activity.
Console provides you with the ability to write, manage, and monitor JavaScript on demand.
How do you open the Console in Google Chrome?
navigate to the menu at the top-right of your browser window signified by three vertical dots in a row. From there, you can select More Tools then Developer Tools - click the tab for console/.
What does console.log function do?
Console.log function logs info to the javascript console
How can you change the contents of an HTML page through the console?
Create and index.html file save the file and then open consoloe and begin by using java script to insert a heading into html.