JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

Javascript Datatypes and Variables(Kushal Das)

Javascript Datatypes and Variables(Kushal Das)

Professional Development

15 Qs

JavaScript Essentials Quiz

JavaScript Essentials Quiz

Professional Development

16 Qs

JavaScript Quiz Day-1

JavaScript Quiz Day-1

Professional Development

12 Qs

JavaScript

JavaScript

Professional Development

21 Qs

Beamery JavaScript Pub Quiz

Beamery JavaScript Pub Quiz

Professional Development

20 Qs

JavaScript Pass by value, Pass by Reference, Scope Hoisting

JavaScript Pass by value, Pass by Reference, Scope Hoisting

Professional Development

15 Qs

GAGC-Dotnet-SET2

GAGC-Dotnet-SET2

Professional Development

15 Qs

React-Hooks

React-Hooks

Professional Development

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