Review JavaScript

Review JavaScript

11th Grade

20 Qs

quiz-placeholder

Similar activities

JAVASCRIPT.QUIZ

JAVASCRIPT.QUIZ

University

15 Qs

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

JS - Knowledge Check

JS - Knowledge Check

University

16 Qs

Basic Java

Basic Java

University

15 Qs

Quiz No. 1 - Functions in JavaScript

Quiz No. 1 - Functions in JavaScript

University

25 Qs

Javascript Basic

Javascript Basic

9th - 12th Grade

20 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

JavaScript Pretest 1

JavaScript Pretest 1

7th - 11th Grade

16 Qs

Review JavaScript

Review JavaScript

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Quizizz Content

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Defines the condition for the loop to run

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

A JavaScript file has an extension name of
.jscp
.js
.css
.Jp

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);

}

6
10
8
12

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?