Aibles javascript quiz

Aibles javascript quiz

1st Grade

10 Qs

quiz-placeholder

Similar activities

Quiz C++

Quiz C++

1st - 5th Grade

10 Qs

Systems Architecture

Systems Architecture

KG - 9th Grade

15 Qs

Internet Skills

Internet Skills

1st - 2nd Grade

11 Qs

Computing

Computing

1st - 2nd Grade

12 Qs

Python-Partie10

Python-Partie10

1st Grade

10 Qs

Siguranta Online

Siguranta Online

1st Grade

10 Qs

DBT-meetup quiz

DBT-meetup quiz

1st - 3rd Grade

10 Qs

Chapter 9 Hospitality Information System

Chapter 9 Hospitality Information System

1st - 3rd Grade

10 Qs

Aibles javascript quiz

Aibles javascript quiz

Assessment

Quiz

Instructional Technology, Computers

1st Grade

Hard

Created by

Xuân Kiên

Used 13+ 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

How do I declare a new variable?

var newVariable = 5

var 5 = myVariable

Variable int = new Variable()

int var = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, what does the following expression evaluate to?

[ ] == [ ]

true

undefined

[]

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the output?


for (var i = 0; i < 5; i++) {

console.log(i);

}

12345

1234

01234

012345

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, which method converts JSON data to a JavaScript object?

JSON.fromString()

JSON.parse()

JSON.toObject()

JSON.stringify()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, which operator returns true if the two compared values are not equal?

<>

~

==!

!==

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What's the output?

true true true true

false false false false

true true false false

false false true true

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What's the output?


var x = "411" + 1

var y = "411" - 1

console.log(x, y)

412 410

4111 41

4111 410

412 41

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?