Defines the condition for the loop to run
Review JavaScript

Quiz
•
Computers
•
11th Grade
•
Easy
Quizizz Content
Used 17+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1st Expression
2nd Expression
3rd Expression
2.
FILL IN THE BLANK QUESTION
1 min • 2 pts
What is the correct way to declare a constant?
_____ example=10;
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Determine the output of this program:
for (let index = 5; index < 8; index++) {
document.write([index] + "<br>");
}
5
6
7
4
5
6
6
7
8
erorr
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The following "for" loop will execute 5 times.
for (let i = 0; i < 5; i++) {
console.log(i);
}
True
False
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the last number printed by the following loop?
for (let i = 2; i <= 10; i += 2) {
console.log(i);
}
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Complete the missing part of this JavaScript "for" loop so it correctly prints numbers from 1 to 5.
for (_____; i <= 5; i++) { console.log(i); }
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
code trivia

Quiz
•
University
17 questions
JS Practice

Quiz
•
12th Grade
16 questions
1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

Quiz
•
11th Grade - University
16 questions
Codecademy Intro to JavaScript

Quiz
•
9th - 12th Grade
21 questions
CodeHS JavaScript Control Functions

Quiz
•
8th - 12th Grade
15 questions
JavaScript Fundamentals Quiz Senior

Quiz
•
12th Grade
19 questions
JavaScript-2

Quiz
•
12th Grade
21 questions
CodeHS JavaScript

Quiz
•
8th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University