Programming Languages JavaScript Objective
Mar 03, 2013

How do write "Hello World" in an alert box?

Choose the correct answer:
A) alert("Hello World")
B) alertBox="Hello World"
C) alertBox("Hello World")
D) msgBox("Hello World")
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback