Javascript Comparison

Javascript Comparison

10th Grade - University

7 Qs

quiz-placeholder

Similar activities

DIV // & MOD %

DIV // & MOD %

9th - 10th Grade

10 Qs

CBS-T3

CBS-T3

12th Grade

10 Qs

Introduce Inequalities

Introduce Inequalities

6th Grade - University

12 Qs

OFDP-73/120 Assignment 1

OFDP-73/120 Assignment 1

University

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Java Quiz

Java Quiz

KG - Professional Development

8 Qs

Solving Basic Inequalities

Solving Basic Inequalities

6th Grade - University

10 Qs

QUIZ 1 - MAT1043

QUIZ 1 - MAT1043

University

10 Qs

Javascript Comparison

Javascript Comparison

Assessment

Quiz

Professional Development, Mathematics

10th Grade - University

Hard

Created by

Chanchen Pork

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Fill the correct comparison operator to alert true, when x is greater than y.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill the correct comparison operator to alert true, when x is equal to y.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill the correct comparison operator to alert true, when x is NOT equal to y.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is return value of (5 !== 5) ?

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is return value of ("5" !== 5) ?

true

false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is return value of ("hello" == "hello") ?

true

false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is return value of ("5" == "hello") ?

true

false