JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

Lenovo Product - 1

Lenovo Product - 1

Professional Development

20 Qs

Deci- Session 1- Time Machine

Deci- Session 1- Time Machine

Professional Development

12 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

MTCNA Pretest 2

MTCNA Pretest 2

Professional Development

22 Qs

Telco Practice Test 1

Telco Practice Test 1

Professional Development

15 Qs

Data Science / AI

Data Science / AI

Professional Development

15 Qs

Digital Electronics (Weekend Assignment - 3)

Digital Electronics (Weekend Assignment - 3)

University - Professional Development

20 Qs

DECI - Week 9 - round

DECI - Week 9 - round

Professional Development

12 Qs

JavaScript 2

JavaScript 2

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Szilvia Bogárdi

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

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

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(1 == '1');

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(1 === '1');

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(1 == '01');

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(10 > '9');

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log('8' + 7);

15

87

some error

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(8 + '7');

15

87

some error

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

console.log(10 / 0);

some error

Infinity

0

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?