Javascript Comparison

Javascript Comparison

10th Grade - University

7 Qs

quiz-placeholder

Similar activities

JavaLab-434

JavaLab-434

University

10 Qs

Js

Js

12th Grade

10 Qs

Mastering Inequalities

Mastering Inequalities

9th Grade - University

10 Qs

Inequalities Quiz

Inequalities Quiz

6th Grade - University

12 Qs

Penggunaan Fungsi

Penggunaan Fungsi

10th Grade

10 Qs

Inequalities Greater Than Less Than

Inequalities Greater Than Less Than

6th Grade - University

10 Qs

Gmail

Gmail

University

10 Qs

Fractions Less Than 1 on a Number Line

Fractions Less Than 1 on a Number Line

3rd Grade - University

12 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