Selecting Elements Chapter. The first question. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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.

26th Nov 2019, 4:03 AM
Sherlock Holloman
Sherlock Holloman - avatar
1 ответ
+ 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.
26th Nov 2019, 6:17 AM
Gordon
Gordon - avatar