JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

Arrays

Arrays

4th Grade - Professional Development

20 Qs

Advanced JavaScript

Advanced JavaScript

Professional Development

20 Qs

Javascript basics

Javascript basics

Professional Development

15 Qs

C CODE MASTER B

C CODE MASTER B

Professional Development

15 Qs

Javascript Assessment

Javascript Assessment

Professional Development

20 Qs

Day 3 - Dom Manipulation

Day 3 - Dom Manipulation

Professional Development

20 Qs

JRDL - JS Arrays and Objects

JRDL - JS Arrays and Objects

6th Grade - Professional Development

12 Qs

DOT NET-SET1

DOT NET-SET1

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?