Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Conditionals in JavaScript

Conditionals in JavaScript

Understanding If-Else Statements in JavaScript

Understanding If-Else Statements in JavaScript

untitled

untitled

Functions Vs Not Function

Functions Vs Not Function

Function or Not a Function

Function or Not a Function

Week 4.1

Week 4.1

Identifying Functions on a Table

Identifying Functions on a Table

Javascript Conditional Statements

Javascript Conditional Statements

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Tim Helland

Used 198+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 == ? 

Equal to 
Equal value and equal type
Not equal
Not equal value or not equal type

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comparision Operators
What is === ? 

Equal to
Equal value and equal type
Not equal
Not equal value or not equal type

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comparison Operators
What is != ?

Equal to
Equal value and equal type
Not equal
Not equal value or not equal type

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?