JavaScript Quiz III

JavaScript Quiz III

University

17 Qs

quiz-placeholder

Similar activities

Aprofundando em SQL

Aprofundando em SQL

University

20 Qs

DSA (Quiz 4) - Trees

DSA (Quiz 4) - Trees

University

20 Qs

The History of Computers and From Data to Knowledge-LO1 Quiz

The History of Computers and From Data to Knowledge-LO1 Quiz

University

20 Qs

Informatique et nouvelles technologies, le saviez-vous ?

Informatique et nouvelles technologies, le saviez-vous ?

1st Grade - University

20 Qs

INFORMATIKA KLS 9

INFORMATIKA KLS 9

9th Grade - University

20 Qs

CLC Unit 2 Lesson 1,2,3 and 4 Quiz

CLC Unit 2 Lesson 1,2,3 and 4 Quiz

University

12 Qs

Laguna_University

Laguna_University

University

15 Qs

Titanic Challenge

Titanic Challenge

University

16 Qs

JavaScript Quiz III

JavaScript Quiz III

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Tshering Dorji

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is an operand in

4 + 5 ?

4

5

+

Both 4 and 5

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of: console.log(4 + "5");

9

45

NaN

Error

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why does 10 - "3" work but

"10a" - 3 gives NaN?

JavaScript converts all strings to numbers automatically

"3" is numeric, but "10a" is not

Both should give a number

"10a" is treated as 0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What’s the difference between == and ===?

Both check value and type

`==` checks only type

`==` checks value with type coercion; `===` checks value and type

`===` checks only value

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator would you use to check if a number is even?

%

**

/

++

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If x = 10, what does

x += 5;

x *= 2;

result in?

30

25

20

50

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will this print? let x = 2; console.log(x++ + ++x);

4

5

6

7

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?