Javascript Conditional Statements

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Tim Helland
Used 189+ times
FREE Resource
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
What is == ?
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is === ?
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is != ?
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
PLTW CSE Essentials - Review for EOC #1

Quiz
•
9th - 12th Grade
17 questions
Class 10th(ch #3) Basic structure of C++

Quiz
•
10th Grade
20 questions
Unit 3 Python TEST

Quiz
•
11th - 12th Grade
15 questions
CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

Quiz
•
9th Grade
18 questions
Foundations of Programming

Quiz
•
9th - 10th Grade
16 questions
Quiz 1

Quiz
•
9th Grade
20 questions
Scratch Operators Quiz

Quiz
•
1st Grade - University
15 questions
C - Language Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade