JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

Javascript Fundamental Practice

Javascript Fundamental Practice

Professional Development

20 Qs

MindSpace Computers C Quiz-1 2025

MindSpace Computers C Quiz-1 2025

Professional Development

13 Qs

IT 201 - Midterm Quiz 1 - JavaScript concept and operation

IT 201 - Midterm Quiz 1 - JavaScript concept and operation

Professional Development

15 Qs

C++ Lambda Expression

C++ Lambda Expression

University - Professional Development

20 Qs

Nuevo Test de JS

Nuevo Test de JS

Professional Development

21 Qs

Computers

Computers

Professional Development

13 Qs

A+ - 11B - Use Performance and Troubleshooting Tools

A+ - 11B - Use Performance and Troubleshooting Tools

Professional Development

18 Qs

JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

JavaScript 2

JavaScript 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Szilvia Bogárdi

Used 17+ times

FREE Resource

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