Question Info

This question is public and is used in 36 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

What is the correct JavaScript syntax to write "Hello World"?
  1. response.write("Hello World")
  2. document.write("Hello World")
  3. "Hello World"
  4. $("Hello World")