
Javascript Conditional Statements
Authored by Tim Helland
Computers
9th - 12th Grade
Used 204+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Greater than or equal to
> or =
> || =
>=
<=
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What Javascript code matches this statement:
Their name is Kim and they are less than 16 years old
if (name = "Kim" && age < 16 )
if (name === "Kim" && age < 16 )
if (name = "Kim" || age < 16 )
if (name === "Kim" || age < 16 )
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What symbol represents the and operator in JavaScript?
AND
and
&
&&
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What symbol represents the or operator in JavaScript?
OR
or
||
|
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comparision Operators
What is == ?
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comparision Operators
What is === ?
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comparison Operators
What is != ?
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?