Console
What is console used for?
Console gives you the means to experiment and test JavaScript to aide in web development in real time.
How do you open Console in Google Chrome?
Easiest is to use a keyboard short cut. CTRL + Shift + J or navigate to the menu icon top right and select “More Tools” followed by “Developer Tools”
What does the console.log function do?
It performs an output function to the browser based on the input, the function was to calculate or display.
How can you change the contents of an HTML page through the Console?
You are only able to modify the HTML file that is loaded in the browser for testing purposes, you are unable to physically edit the loaded HTML file.