You are not logged in.

#1 2015-02-28 09:54:53

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

How to write Hello World on the web page in JavaScript?

Question:
Which of the following is correct to write Hello World on the web page?

Option A):
print(Hello World)
Option B):
response.write(Hello World)
Option C):
document.write(Hello World)
Option D):
System.out.println(Hello World)

Correct Answer is Option C):
document.write(Hello World)


Failure is the first step towards seccess.

2015-02-28 09:54:53

Advertisement
Ads By Google

Re: How to write Hello World on the web page in JavaScript?



\n

Board footer