Console - Reading Assignment

1.The console can be used to log information as part of the Javascript development process, as well as allow you to interact with a webpage by carrying out Javascript expressions within the page content.
2. Navigate to the menu at the top right of your browser, select more tools then developer tools. Click Console in the top menu bar in the panel.
Or Command+Option+J on Mac
3. Console.log allows you to work with Javascript without having pop-up alerts that you need to click in and out of.
4. You can change the HTML page through the console by doing the following:
Save the HTML file, and load it onto your browser, look for todays dated, then you can open the console and begin working with the console to modify the HTML page.

2 Likes
  1. What is the console used for?
    The console is used to log information. As wells as allow you to
    interact with a web page. Providing the ability to write, manage,
    and monitor JavaScript on demand.

  2. How do you open the Console in Google Chrome?
    To open the Console in Google Chrome simply press CTRL+SHFT+I altogether.

  3. What does console.log function do?
    Console.log helps make it easier for the programmer to see results in the
    console, rather than by clicking out of pop-ups.

  4. How can you change the contents of an HTML page through the console?
    Through console you can alter the contents of an HTML page by editing or
    adding new code to the program.

1 Like
  1. Console provides you with the ability to write, manage, and monitor JavaScript on demand.
  2. 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.
  3. By using DOM through JS
2 Likes
  1. To test live your code.
  2. ctrl shift i
  3. It shows the output in the console.
  4. By inspecting the code and changing it.
1 Like

What is the console used for?
To write, manage and monitor your code on demand.

How do you open the Console in Google Chrome?
Navigate to the menu at the top-right of the browser windows signified by three vertical lines in a row. From there to “More Tools” and then “Developer Tools”.

Shortcut: CTRL + Shift + I

What does console.log function do?
The function is used to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user.

How can you change the contents of an HTML page through the console?
By using JavaScript commands like “document.body.style.fontFamily = “Comic Sans MS””

1 Like
  1. What is the console used for?
    -The Console provides you with the ability to write, manage, and monitor JavaScript on-demand, within a web browser.
  2. How do you open the Console in Google Chrome?
    -with “F12” key.
  3. What does console.log function do?
    -It outputs a message to the web console
  4. How can you change the contents of an HTML page through the console?
    -Select the “Elements” section, then double click on the content you want to edit, press “enter” to see the changes appear.
1 Like
  1. It enables you to interact with the web page by carrying out Javascript expressions and log information (write, manage and monitor on demand).
  2. Ctrl + Shift + J. You can also access it by opening the menu (top right corner), then click on ‘More tools’, ‘Developer tools’ and lastly ‘Console’ in the top menu bar.
  3. It responds with an output (answer) for every input that you make in Console by logging it.
  4. You can open an HTML-file on any given web browser and then write Javascript code in Console to ‘modify’ it. However, as soon as you refresh the page, the HTML-file goes back to its original saved state.
1 Like
  1. The Console can be used to log information as part of the JavaScript development process, as well as allow you to interact with a web page by carrying out JavaScript expressions within the page’s context.

  2. To open the JavaScript Console in Chrome, you can 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.

  3. The console.log is a function in JavaScript which is used to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user.

  4. Click on the element section next to the console to change the contents of an HTML attribute or tag. :thought_balloon:

1 Like
  1. What is the console used for? The console is a Tool which is similar to a shell interface. The Console can be used to log information as part of the Javascript development process, as well as allow you to interact with a web page by carrying out Javasript expressions. The Console provides you with the ability to write, manage and monitor JavaScript on demand. To open, find the Developer Tools button on your Browser. Or CTRL + SHIFT + K.

  2. How do you open the Console in Google Chrome? Top Right of the Browser, 3 vertical dots in a row. From there search for “More Tools” then “Developer Tools”. After, click Console.

  3. What does console.log function do? The console.log function allows you to Print. EX; console.log(“Hello World”);

Do math. EX; console.log(6+8)

Work on multiple lines of variables

  1. How can you change the contents of an HTML page through the console?

You can experiment with JavaScript Code in the context of existing HTML, and CS.

1 Like

*1 The console is used to interact with the elements of the webpage and to execute functions.
*2 In chrome Menu > More tools > Developer tools.
*3 Logs results into the javascript console.
*4 By typing Javascript directly into the console we can alter the contents of the webpage.

1 Like

1.) What is the console used for? Consoles provide the user with the ability to write, manage, and monitor Javascript demand.
2.) 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.
3.) What does console.log function do? Allows user to log data to the Javascript console.
4.) How can you change the contents of an HTML page through the console? Click on the element to change and select edit

1 Like
  1. The console is to excute Javascript commands directly.
  2. In Chrome you click on the hamburger and go to tools, dev tools and console. Personally I used Firefox!
  3. The console.log captures all the data inserted into the console.
  4. By using the document. element, directly in the console.
1 Like
  1. The Console can be used to log information, providing you the ability to write, manage, and monitor JavaScript on demand.

  2. Google chrome you can 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. COMMAND + OPTION + J on macOS

Brave browser you can navigate to the menu via top left “View”, from there you can select “Developer” and then “Developer Tools”.

  1. We can work with JavaScript through the console log by issuing commands directly to get results.

4.Through the Document Object Model (DOM) you can change & edit the contents of an HTML page.

2 Likes

1 the Console provides you with the ability to write, manage, and monitor JavaScript .
2 google opens by hitting three buttons then developer tools
3 allows to run code safely
4 by using edit HTML contents double clicking the tag, element, or content we need to edit in the Elements tab and entering the new data

Thanks!
Hope you are having a great one as well!
Thecil

  1. What is the console used for?
    The console is for us to write, manage and monitor JavaScript on demand.

  2. How do you open the Console in Google Chrome?
    The easiest way to enter the console in CHrome is to use the keyboard shortcut CTRL+SHIFT+J.

  3. What does console.log function do?
    Basically, it is a function, put console.log (2+6) The output will then be 8, it will calculate or answer any given question. ( PLease correct me on this one not sur at all)

4.How can you change the contents of an HTML page through the console?
By using elements such as document.create.

1 Like

What is the console used for?
To manage, monitor and write javascript.

How do you open the Console in Google Chrome?
CTRL + SHIFT + J

What does console.log function do?
logs the output to console.

How can you change the contents of an HTML page through the console?
You can modify HTML by using javascript and document object.

1 Like
  1. The browser console allows you to use the JavaScript programming language to modify a web page (if updated, it loses changes). It is mainly used for testing.
  2. Menu–>More tools–>Developer Tools. Or F12. Or right mouse button–>Inspect
  3. The console.log code is used to “print” the logs (status and / or error messages) to the system console. It is used only during development and testing to let the running program tell you what happens inside.
  4. Going to the “Elements” tab, next to the “Console” tab, and double clicking on the part of the code that I want to modify.
1 Like
  1. What is the console used for?
    The console allows you to write, manage, and monitor Javascript code on demand.

  2. How do you open the Console in Google Chrome?
    CTRL + SHIFT + J

  3. What does console.log function do?
    It allows you to test your code similar to a terminal shell interface.

  4. How can you change the contents of an HTML page through the console?
    You can double an element and modify it under the elements tab, once you reload the webpage it will revert back to original content

1 Like
  1. The Console provides you with the ability to write, manage, and monitor JavaScript on demand.

  2. We enter the JavaScript Console by using the keyboard shortcut CTRL + SHIFT + J

  3. The console.log() method writes a message to the console.The console is useful for testing purposes.

  4. Within the Console, we can modify the JavaScript code.

1 Like