JavaScript Question
View this question.
Add this question to a group or test by clicking the appropriate button below.
- for i = 1 to 5
- for (i <= 5; i++)
- for (i = 0; i <= 5; i++)
- for (i = 0; i <= 5)
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.
View this question.
Add this question to a group or test by clicking the appropriate button below.