Programming Languages JavaScript Objective
Mar 04, 2013

Which popup box use when want a value from user before open a page?

Choose the correct answer:
A) alert("Write some text here")
B) confirm("Write some text here")
C) prompt("Write here some text","Write default value here")
D) All of the above
Detailed Explanation

Option C is the right answer.

Discussion (0)

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

Share Your Thoughts
Feedback