JavaScript quiz
¡Supera tus tareas y exámenes ahora con Quizwiz!
2. What is the correct JavaScript syntax to change the content of the HTML element below? <p id="demo">This is a demonstration.</p>
document.getElementById("demo").innerHTML = "Hello World!";