Challenger App

No.1 PSC Learning App

1M+ Downloads
What is the correct JavaScript syntax to write "Hello World"?

ASystem.out.println("Hello World")

Bprintf("Hello World")

Cdocument.write("Hello World")

Drespopnse.write("Hello World")

Answer:

C. document.write("Hello World")

Read Explanation:

the correct JavaScript syntax to write "Hello World" is - document.write("Hello World")


Related Questions:

Which of the following system software translate and execute high level language source code, statement by statement ?
In MS Power Point,which shortcut key can be used to start the presentation ?
What is the correct way to declare a variable in JavaScript ?
What does SQL refer to ?