Javascript Comparison

Javascript Comparison

10th Grade - University

7 Qs

quiz-placeholder

Similar activities

CLab 12

CLab 12

University

10 Qs

Presentation 1.9: FAFSA Run Through & College Application Co

Presentation 1.9: FAFSA Run Through & College Application Co

12th Grade

10 Qs

COMPOUND COMPOSITION

COMPOUND COMPOSITION

University

10 Qs

Understanding Compound Inequalities

Understanding Compound Inequalities

9th - 12th Grade

10 Qs

Our Classroom Procedures (Math)

Our Classroom Procedures (Math)

6th Grade - University

12 Qs

LOGICAL OPERATORS

LOGICAL OPERATORS

11th Grade

10 Qs

Final Test Math Computations

Final Test Math Computations

University

10 Qs

General Mathematics - Grade 11 ABM Forbes

General Mathematics - Grade 11 ABM Forbes

11th Grade

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