JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

all in 1 quiz

all in 1 quiz

Professional Development

19 Qs

Sec+ CH.1 Review Test

Sec+ CH.1 Review Test

Professional Development

15 Qs

JF UIT 2022 - Game 3

JF UIT 2022 - Game 3

Professional Development

15 Qs

Phrasal Verbs about IT

Phrasal Verbs about IT

Professional Development

13 Qs

IC3 Computer Fundamentals

IC3 Computer Fundamentals

Professional Development

12 Qs

Consoles  and Games

Consoles and Games

KG - Professional Development

13 Qs

FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

JavaScript

JavaScript

Professional Development

15 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?