Question Info

This question is public and is used in 1 group and 39 tests or worksheets.

Type: Multiple-Choice
Category: JavaScript
Level: Continuing Education
Author: yasserhy
Last Modified: 12 years ago

View all questions by yasserhy.

JavaScript Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education JavaScript

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")