6.22

6.22

8th Grade

10 Qs

quiz-placeholder

Similar activities

Game Dev

Game Dev

4th Grade - University

5 Qs

Nintendo Consoles and Games

Nintendo Consoles and Games

KG - Professional Development

12 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

JavaScript Quiz

JavaScript Quiz

8th Grade

10 Qs

Java Arrays

Java Arrays

5th Grade - University

10 Qs

Video game quiz

Video game quiz

8th Grade

15 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

Los Saludos y Presentaciones

Los Saludos y Presentaciones

8th Grade

14 Qs

6.22

6.22

Assessment

Quiz

Other

8th Grade

Medium

Created by

Erekle Kereselidze

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

რა დაიბეჭდება

Monday

Tuesday

Other day

Undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

0 1 2

1 2 3

0 1 2 3

3 2 1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let arr = [1, 2, 3]; console.log(arr[1]);

1

2

3

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let obj = { "key": "value" }; console.log(obj.key);

key

value

obj

undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let str = "Hello World";

console.log(str.toUpperCase());

HELLO WORLD

hello world

Hello World

world

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let x = 5;

let y = "5";

console.log(x == y);

undefined

null

false

true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let x = 0;

if (x) {

console.log("True");

} else {

console.log("False");

}

true

false

0

undefined

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?