JavaScript Ternary Operator

JavaScript Ternary Operator

9th Grade

11 Qs

quiz-placeholder

Similar activities

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

J808 LO1 and LO2 planning project keywords / terms

J808 LO1 and LO2 planning project keywords / terms

9th - 11th Grade

15 Qs

Social media influencers

Social media influencers

6th - 12th Grade

10 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

ICT Java programming workshop

ICT Java programming workshop

9th Grade

10 Qs

1.1 - System Architecture - CPU [OCR] [GCSE]

1.1 - System Architecture - CPU [OCR] [GCSE]

9th - 12th Grade

10 Qs

Паскаль. Основные команды

Паскаль. Основные команды

8th - 11th Grade

10 Qs

Coding helps to Understand

Coding helps to Understand

6th - 10th Grade

10 Qs

JavaScript Ternary Operator

JavaScript Ternary Operator

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Mhaya Santos

Used 23+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An operator that assigns a value to a variable based on some condition.

Ternary Operator

Comparison Operator

Logical Operator

IfElse Operator

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Click the three operands of Conditional ternary operator

condition followed by a question mark (?)

expression to execute if the condition is truth followed by a colon (:)

expression to execute if the condition is false.

if expression showing the condition

expression to execute if the statement is true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is an expression which is executed if the condition is false.

exprIfFalse

condition

exprIfTrue

expIfElse

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for Javascript Ternary?

condition ? exprIfTrue ; exprIfFalse

expression ? exprIfTrue : exprIfFalse

condition ? exprIfTrue : exprIfFalse

condition ? exprIfFalse : exprIfTrue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct comparison operator to display "true", when: 10 is greater than 7.

10 < 7

10 !< 7

10 != 7

10 > 7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ternary syntax showing if the variable firstName is equal to "John", the value of the variable result should be "Hello John!", otherwise the value of result should be "You're not John!".

var result = (firstName == "John") ? "Hello John!" : "You're not John!";

var result = (firstName === "John") ? "Hello John!" : "You're not John!";

var result = (firstName === "John") ! "Hello John!" : "You're not John!";

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if x=10 what will be the result of

document.getElementById("demo").innerHTML = x !> 7;

false

true

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?