Aibles javascript quiz

Aibles javascript quiz

1st Grade

10 Qs

quiz-placeholder

Similar activities

Transformers

Transformers

KG - 5th Grade

12 Qs

Python Basics - Lesson 1

Python Basics - Lesson 1

KG - University

10 Qs

Array List

Array List

1st Grade

10 Qs

Тест python junior от Семёна

Тест python junior от Семёна

1st - 5th Grade

14 Qs

Pascal

Pascal

1st Grade

10 Qs

Linux-2 Quiz 2 -- LAMP

Linux-2 Quiz 2 -- LAMP

1st - 12th Grade

15 Qs

Javascript

Javascript

1st - 5th Grade

15 Qs

Javascript

Javascript

KG - Professional Development

13 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?