CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
JavaScript Quiz #19

Change Text Content

easyHTML DOM

To select a paragraph with the id message and change its text to "Text has been changed!", which code is correct?

📄 Code

1// HTML: <p id="message"></p>