0
document.___("hello world")
Help me!!
3 Answers
+ 1
write
The document.write() function writes a string into our HTML document.
https://www.sololearn.com/learn/JavaScript/1124/
The quiz works like this :
When your are answering question of the second lesson,
You look for answer in the second lesson,
Just before the question
Same for all later questions, you look for answer to a quiz in the lesson just before the quiz
Welcome to sololearn, and wish you learn a lot
+ 1
document.write(âhello worldâ) simple, you need to learn the lesson, Creating Your First JavaScript( https://www.sololearn.com/learn/JavaScript/1124/ ).