+ 1
Selecting Elements Chapter. The first question.
The fill in the blank for "text" doesn't have enough room and is above the line and the right parenthesis is missing.
1 Answer
+ 1
Comment to each quiz is at lower left, not upper right.
https://www.sololearn.com/post/131750/?ref=app
For this quiz
https://www.sololearn.com/learn/JavaScript/2753/
answer is var, text, ob
var ob = document.getElementById("text");
ob.innerHTML = "Hi";
The third blank you should fill in ob because it is the variable name declared in the statement above.