-
What is the console used for?
The Console provides the user with the ability to write, manage, and monitor JavaScript on demand. -
How do you open the Console in Google Chrome?
On chrome you click the 3 dots on the top right hand corner, click more tools and click developer tools. From click “console”
3.What does console.log function do?
The JavaScript Console provides you with a space to try out JavaScript code in real time by letting you use an environment similar to a terminal shell interface.
4.How can you change the contents of an HTML page through the console?
By modifying the text in the consol, this is not permenant unless we have the saved file.