📚 Practice Mode

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

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

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

  1. alertBox="Hello World"
  2. msgBox("Hello World")
  3. alertBox("Hello World")
  4. alert("Hello World")