Console - Reading Assignment

  1. To write, manage, and monitor JavaScript on demand.
  2. Ctrl+shift+J
  3. It lets us log to the console.
  4. You cannot, once you refresh it will return to its original state.
1 Like
  1. Console provides you the ability to write, read, and execute JS commands.
  2. Ctrl + Shift + J
  3. 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. To change an HTML page, you can open the page in your browser and change its
    appearance by adding or modifying html elements using JavaScript code.
1 Like
  1. provides the ability to write, manage and monitor Java Script on demand
  2. ctrl + shift + J
  3. logs a message to the console
  4. In the Elements tab
1 Like
  1. What is the console used for?

To write, manage and monitor Javascript on demand

  1. How do you open the Console in Google Chrome?

Menu>more tools>developer tools

  1. What does console.log function do?

To print variables previously defined within it or any other message that needs to be displayed

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

By using Javascript. Although changes will only last until the browser is closed.

1 Like
  1. What is the console used for? - 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. Essentially, the Console provides you with the ability to write, manage, and monitor JavaScript on 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? - 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.
  4. How can you change the contents of an HTML page through the console? - by using JavaScript to insert a heading into the HTML
1 Like
  1. The console is Browser built in development tool based on JAVASCRIPT used to interact with the web page,
  2. To Open the console : alt+ shift+ k
  3. The console.log function is used to make simple arithmetic calculation
  4. Its possible to change the contents of an HTML page by using some specific commands to intereact witht he body of the page. For example : document.body.style.backgroundColor=“black”;
1 Like
  1. What is the console used for?

The console is used for logging values to help to parse code outputs, to inspect page structure, and to dynamically change the displayed content of an HTML page.

  1. How do you open the Console in Google Chrome?

It’s in the developer tools window, “console” tab. It can be reached using Ctrl+Shift+I shortcut. (Brave Browser)

  1. What does console.log function do?

it outputs the resulting information to the console window itself.

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

In the DOM (Document Object Model) tree, you can double click the HTML element and change its content value. This change is not permanent.

1 Like
  1. The console is used for running Javascript commands and viewing data sent to the console log.

  2. In Google Chrome you go to the menu (three vertical dots) and select More Tools and then Developer Tools or use the Ctrl+Shift+I keyboard shortcut.

  3. Console.log command writes information to the console, generally used for debugging purposes

  4. The document object and be accessed and manipulated from Javascript in order to change the content of a web page…

1 Like

1.What is the console used for?
⦁ to log information as part of the javascript development process
⦁ allows webpage interaction
⦁ provides the ability to write, manage, and monitor javascript on demand

2.How do you open the Console in Google Chrome?
i. Navigate to the menu at the top-right of browser window signified by 3 vertical dots.
ii. Select More tools
iii. Select Developer Tools
iv. Click on Console above the top menu bar if not already highlighted
(You can also enter into the JavaScript Console by using the keyboard shortcut CTRL + SHIFT + J on Linux or Windows, or COMMAND + OPTION + J on macOS)

3.What does console.log function do?
log or print out the function’s value onto the console.

4.How can you change the contents of an HTML page through the console?
open up the Console and begin working with JavaScript to modify the page

1 Like

1. What is the console used for?
The console is a place for developers to do nondestructive testing of javascript code

2. How do you open the Console in Google Chrome?
Ctrl Shft J

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

4. How can you change the contents of an HTML page through the console?
Open the console(shft ctrl j), click on the Elements tab in Chrome or Brave

1 Like

1. What is the console?
The console is used for practicing purposes and it can also be used for interacting with the webpage

2. How do you open the Console in Google Chrome
To open the console in Google Chrome via MacOS, you press alt+cmd+I

3. What does the console.log feature do?
The console.log feature allows you to insert information to the console

4. How can you change the contents of an HTML page through the console?
You can change the contents of an HTML page through the console by using the documents feature

1 Like
  1. The console can print on log as information from the webpage interactions.
    The console can also be used as testing tool to test new functionality before adding it to the main code.
  2. Hamburger (menu) → Other Tools → Developer Tools → Console
    Shortcuts: F12 , ctrl+alt+i, and many many more.
  3. interact with the log, print out a value of a string or variable that we set in advance or manipulated using our code.
  4. By using document.body.*.* functions
1 Like
  1. What is the console used for?

Ans: The Console provides you with the ability to write, manage, and monitor JavaScript on demand within a web browser.

  1. How do you open the Console in Google Chrome?

Ans: by using the keyboard shortcut CTRL + SHIFT + J on Linux or Windows, or COMMAND + OPTION + J on macOS, which will bring focus immediately to the Console.

  1. What does console.log function do?

Ans: Helps you to log into the console to avoid the pop-up alerts.

  1. How can you change the contents of an HTML page through the console?
    Ans: you save your HTML file and load it into the browser of your choice first. Then you open up the Console and begin working with JavaScript to modify that page.
1 Like
  • What is the console used for?

The console is used for writing, managing and monitoring JavaScript on demand.

  • How do you open the Console in Google Chrome?

You can open the console in Google Chrome by going to Chrome menu>more tools>developer tools>console or by pressing F12 and selecting console.

  • What does console.log function do?

The console.log function allows you to issue JavaScript commands to the browser and view the applied result.

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

You can change the contents of an HTML page through the DOM by going to console, going to the elements tab and selecting the attribute you want to change.

1 Like

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. Essentially, the Console provides you with the ability to write, manage, and monitor JavaScript on demand. In other words it is used to practices, interact and learn from others webpages also to test the functionality of the wabepage you are working on…

For google you can do it menu → Other Tools → Developer Tools → Console

In my case i’m working on brave so you can do it with the shortcut Crtl + May + I or following the green arrow in the next screeshot.

With console.log you can print the value of the veriable you define, or to display a message.

You can change the contents in the DOM tree (Document Object Model), you can select the object of interest and make changes on it. But all these changhes will desapear when you reaload the webpage.

1 Like
  1. the Console provides you with the ability to write, manage, and monitor JavaScript on demand within a web browser.
  2. cmd + option + J
  3. log out stuff in the concole window
  4. by using functions that add or change the content, for example: document.createElement()
1 Like
  1. Test code

  2. Settings -> More Tools -> Developer Tools -> Console or command, option, j

  3. console.log is used to print the output of your input

  4. Use JavaScript commands in the console

1 Like
  1. ¿Para qué se utiliza la consola?

La Consola del Navegador es como la Consola Web, pero se aplica a todo el navegador en el lugar de una sola pestaña de contenido.

  1. ¿Cómo se abre la consola en Google Chrome?

Presiona Ctrl + Mayús + J (Windows o Linux) o Cmd + Opt + J (Mac).

  1. ¿Qué hace la función console.log?

Console es el objeto Javascript que representa a la consola y con el método Javascript console.log podemos volcar el contenido sobre la consola. A la hora de volcar los datos podemos hacerlo de dos formas. O volcando una cadena de texto o volcando un objeto.

  1. ¿Cómo se puede cambiar el contenido de una página HTML a través de la consola?

Mediante el uso de funciones que agregan o cambian el contenido, por ejemplo: document.createElement ()

  1. To test Javascript code on the web page.

  2. Ctrl + Shift + J

  3. It gives an output on the console

  4. You can change the contents of an HTML page through the console by using the documents feature.

1 Like

1.The Console is used to write, manage and monitor the JavaScript code on demand.
2.We can access the console by pressing CTRL+SHIFT+J
3.Console log. allows you to display specified information as output.
4.You can change the contents of HTML by using the console and JavaScript.

1 Like