📚 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?
- alertBox="Hello World"
- msgBox("Hello World")
- alertBox("Hello World")
- alert("Hello World")