Search Header Logo
Javascript Conditional Statements

Javascript Conditional Statements

Assessment

Flashcard

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Greater than or equal to

Back

>=

2.

FLASHCARD QUESTION

Front

What Javascript code matches this statement: Their name is Kim and they are less than 16 years old? Options: if (name = "Kim" && age < 16 ), if (name === "Kim" && age < 16 ), if (name = "Kim" || age < 16 ), if (name === "Kim" || age < 16 )

Back

if (name === "Kim" && age < 16 )

3.

FLASHCARD QUESTION

Front

What symbol represents the and operator in JavaScript?

Back

&&

4.

FLASHCARD QUESTION

Front

What symbol represents the or operator in JavaScript?

Back

||

5.

FLASHCARD QUESTION

Front

What is == ?

Back

Equal to

6.

FLASHCARD QUESTION

Front

What is === ?

Back

Equal value and equal type

7.

FLASHCARD QUESTION

Front

Comparison Operators
What is != ?

Back

Not equal

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?