Question Info

This question is public and is used in 23 tests or worksheets.

Type: Multiple-Choice
Category: JavaScript
Level: Continuing Education
Author: yasserhy
Created: 13 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 does a "while" loop start?
  1. while i=1 to 10
  2. while (i<=10;i++)
  3. while (i<=10)