Ms. Lane will use rubrics to grade and comment on assignments. If I want to understand my grade on an assignment. I should always check the rubrics for my comments and feedback left in the gradebook. If I still have a question once I review the notes and rubrics, I should follow up by sending Ms. Lane an inbox
In JavaScript, which declaration is a constant for minimum w…
In JavaScript, which declaration is a constant for minimum wage?
In JavaScript, which declaration is a constant for minimum w…
In JavaScript, which declaration is a constant for minimum wage?
What happens to elementX if the variable x is 4?elementX.sty…
What happens to elementX if the variable x is 4?elementX.style.color = “blue”; if (x == 1) { elementX.style.color = “yellow”; } else if (x == 2) { elementX.style.color = “green”; } else if (x == 3) { elementX.style.color = “red”; }
What is something that a web designer can do to make a web p…
What is something that a web designer can do to make a web page accessible?
What does this JavaScript line of code do? obj = document.ge…
What does this JavaScript line of code do? obj = document.getElementById(“Header”)
What is something that a web designer can do to make a web p…
What is something that a web designer can do to make a web page accessible?
What does this JavaScript line of code do? obj = document.ge…
What does this JavaScript line of code do? obj = document.getElementById(“Header”)
In HTML,is an example of _____.
In HTML,is an example of _____.
What are the errors in this line of code?
What are the errors in this line of code?