Question: Consider thbe following code: document.getElementById(output).innerHTML = A message; Briefly describe what is happening with this code. What is output and why?
Consider thbe following code:
document.getElementById("output").innerHTML = "A message";
Briefly describe what is happening with this code. What is output and why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
