
Javascript Conditional Statements
Flashcard
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?