JavaScript Quiz

JavaScript Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Excellence Virtue Quiz

Excellence Virtue Quiz

6th - 8th Grade

15 Qs

KIỂM TRA TX L2-2-2122

KIỂM TRA TX L2-2-2122

1st Grade - University

10 Qs

Personal Data Protection Quiz

Personal Data Protection Quiz

7th - 8th Grade

15 Qs

Cümlenin Ögeleri

Cümlenin Ögeleri

8th Grade

10 Qs

Pokémon

Pokémon

KG - Professional Development

10 Qs

STOCK MARKET

STOCK MARKET

8th Grade - University

15 Qs

How well do you know me?

How well do you know me?

6th - 8th Grade

12 Qs

Republic Day

Republic Day

5th - 12th Grade

10 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Other

8th Grade

Medium

Created by

Erekle Kereselidze

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

რომელია მასივის ჩაწერის სწორი ფრომა?

var colors = "red", "green", "blue";

var colors = (1:"red", 2:"green", 3:"blue");

var colors = ["red", "green", "blue"];

var colors = "red" + "green" + "blue";

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

რომელი არ არის ჯავასკრიპტში მონაცემთა ტიპი?

String

Number

Character

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

რომელია სწორი სინტაქსი try catch -ბლოკის შემთხვევაში?

try { ... } catch { ... }

try: { ... } catch: { ... }

try { ... } catch(e) { ... }

try { ... } except(e) { ... }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

რა დაიბეჭდება? try { throw new Error("Something went wrong"); } catch (e) { console.log(e.message); }

Nothing

Something went wrong

Error

e.message

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var car = {brand: "Toyota", model: "Corolla"}; console.log(car["model"]);

Toyota

Corolla

model

car

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var letters = ["a", "b", "c"]; letters.push("d");

["a", "b", "c"]

["a", "b", "c", "d"]

["d", "a", "b", "c"]

Undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

document.getElementById("demo").innerHTML = "Hello!"; console.log(document.getElementById("demo").innerHTML);

არაფერი

Hello!

demo

div

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?