Question Info

This question is public and is used in 20 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 "for" loop start?
  1. for i = 1 to 5
  2. for (i <= 5; i++)
  3. for (i = 0; i <= 5; i++)
  4. for (i = 0; i <= 5)