Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Укажіть, за допомогою якої із перерахованих команд можна змінити значення поля форми з ідентифікатором «myText»
document.getElementById("Hello")=”Bonjour”
document.getElementById/input type=”text”=”Bonjour”
document.getElementById("myText").value=”Bonjour”
document.getElementById("myText")=”Salud”
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!