Lab 22: Dev Tool Domination
Link to Lab 22:
In this Lab, we experimented with different ways to change the text as well as different console elements. The front text starts off as a simple white text, but once the user clicks on the text, it changes to this big green text. That is the only aspect of the lab that can be experienced on the surface and can be done with a simple function by changing the style of the text. An example would be since the element is a paragraph tag, the code would look like p.style.color = "#BADA55".
To experience the other part of the lab, the console is where you need to go. In the console, there are various different console elements that include console.log, console.error, and console.error. Each one of these appears differently in the console and there
is even a piece of code that can be used to change the CSS of the console text.
In this Lab, we experimented with different ways to change the text as well as different console elements. The front text starts off as a simple white text, but once the user clicks on the text, it changes to this big green text. That is the only aspect of the lab that can be experienced on the surface and can be done with a simple function by changing the style of the text. An example would be since the element is a paragraph tag, the code would look like p.style.color = "#BADA55".
To experience the other part of the lab, the console is where you need to go. In the console, there are various different console elements that include console.log, console.error, and console.error. Each one of these appears differently in the console and there
is even a piece of code that can be used to change the CSS of the console text.

Comments
Post a Comment