New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

JavaScript Basics - Variables and Operators

Quiz

Played 2

About this activity

Variables and Operators

Created by

Viet Nam

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
JavaScript Basics - Variables and Operators
 

JavaScript Basics - Variables and OperatorsOnline version

Variables and Operators

by Minh Nhat Pham
1

What keyword is best for a variable that can change value?

2

Which keyword declares a constant value?

3

What is the result of `5 + 3`?

4

What does `10 % 3` equal?

5

Which operator adds 1 to a variable?

6

Which operator subtracts 1 from a variable?

7

What does `let x = 5; x += 3;` make x equal?

8

Which symbol is used for multiplication?

9

What is the result of `10 / 2`?

10

Which operator gives remainder after division?

11

What does `5 == "5"` return?

12

What does `5 === "5"` return?

13

Which keyword is rarely used in modern JavaScript?

14

What is the output of `let a = 7; a -= 2;`?

15

Which operator means "greater than"?

16

Which operator means "less than"?

17

What is the result of `3 * 4`?

18

What is the result of `20 % 6`?

19

What is the result of `2 ** 3`?

20

What does `let x = 10; x /= 2;` make x equal?

21

Which operator checks equality without type conversion?

22

Which operator assigns a value to a variable?

23

What is the output of `let y = 9; y--;`?

24

Which operator combines addition and assignment?

25

Which operator checks inequality?

26

What is the output of `let a = 15 % 4;`?

27

What is the result of `true == 1`?

28

What is the result of `true === 1`?

29

Which operator multiplies and assigns the value?

30

What is the value of `let n = 2; n **= 3;`?

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.