Choose the correct JavaScript statement which helps you to write "World of JavaScript" in a web page?
Answer options
A
document.write("World of JavaScript")
B
Incorrect option A
C
Incorrect option B
D
Incorrect option C
Correct answer: document.write("World of JavaScript")
Explanation
Quick AnswerThe correct answer is document.write("World of JavaScript") because it directly addresses the core logic of Essentials.
The correct answer is: document.write("World of JavaScript").