JavaScript 2

JavaScript 2

Professional Development

17 Qs

quiz-placeholder

Similar activities

GAGC-Dotnet-SET2

GAGC-Dotnet-SET2

Professional Development

15 Qs

Javascript

Javascript

Professional Development

17 Qs

Intro M3

Intro M3

Professional Development

13 Qs

Pre-Programming Day 4

Pre-Programming Day 4

University - Professional Development

13 Qs

Beamery JavaScript Pub Quiz

Beamery JavaScript Pub Quiz

Professional Development

20 Qs

AWS Basics and IAM

AWS Basics and IAM

Professional Development

21 Qs

Javascript Datatypes and Variables(Kushal Das)

Javascript Datatypes and Variables(Kushal Das)

Professional Development

15 Qs

JavaScript Quiz Day-1

JavaScript Quiz Day-1

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?