Javascript Conditional Statements

Javascript Conditional Statements

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz 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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?