Search Header Logo

Coding101 - JavaScript operators

Authored by Mostafa Hazareh

Mathematics, Computers, Special Education

Professional Development

Used 4+ times

Coding101 - JavaScript operators
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the result?

let x = 2;

let y = "20";

console.log( x + y);

22

20

220

2y

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result?

let amount = 101;

amount++

amount++

console.log(amount - 2);

99

100

101

102

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result?

let x = 10;

let y = 5;

console.log( x*=y);

15

50

105

25

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result?

let x = 105;

let y = "105";

console.log( x == y);

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result?

let x = 5;

let y = --x;

console.log( x <= y);

False

True

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result?

let x = 5;

let y = 3;

console.log( x == 5 || y < 5);

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result?

let x = 5;

let y = 3;

console.log( x == 5 && y < x);

False

True

Access all questions and much more by creating a free account

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?