JavaScript Quiz III

JavaScript Quiz III

University

17 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan TIK Kelas 8

Uji Pengetahuan TIK Kelas 8

12th Grade - University

20 Qs

Quiz sobre Integração de Sistemas de Informação

Quiz sobre Integração de Sistemas de Informação

University

15 Qs

PDM - LS01 - Quiz 6 - GUI & Event Driven Programming

PDM - LS01 - Quiz 6 - GUI & Event Driven Programming

University

15 Qs

Aula07 - Matrizes

Aula07 - Matrizes

University

12 Qs

Desenvolvimento sis 2tri

Desenvolvimento sis 2tri

12th Grade - University

20 Qs

Test Jakość Wykład 2

Test Jakość Wykład 2

University

20 Qs

Data Collection

Data Collection

University

20 Qs

Session 15 + 16 : Function

Session 15 + 16 : Function

University

13 Qs

JavaScript Quiz III

JavaScript Quiz III

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

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?