🎴 Flashcard Mode

Web Technologies: ASP.NET, Web Services, and JavaScript

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
alert("Hello World")
💡 Explanation:

In JavaScript, the standard window method used to display an alert dialog with a specified message is alert(). Distractors like alertBox and msgBox are incorrect because they are not built-in JavaScript functions, though MsgBox exists in VBScript.

Change Mode