JavaScript Operators and Expressions Quiz

JavaScript Operators and Expressions Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Understanding Cascading Style Sheets

Understanding Cascading Style Sheets

Professional Development

10 Qs

JavaWeb-Session14

JavaWeb-Session14

Professional Development

13 Qs

AULA 2 - DOM

AULA 2 - DOM

Professional Development

8 Qs

Quiz sobre Terminología de Tecnología Web

Quiz sobre Terminología de Tecnología Web

Professional Development

15 Qs

JavaScript Variables & Hoisting Quiz

JavaScript Variables & Hoisting Quiz

Professional Development

10 Qs

Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Professional Development

15 Qs

[FE] Ice Breaking - Mastering CSS

[FE] Ice Breaking - Mastering CSS

Professional Development

10 Qs

Usa entorno de ejecución backend con JavaScript - Node JS

Usa entorno de ejecución backend con JavaScript - Node JS

Professional Development

5 Qs

JavaScript Operators and Expressions Quiz

JavaScript Operators and Expressions Quiz

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Mohammad Allam

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which arithmetic operator is used for multiplication in JavaScript?

%

/

*

+

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the assignment operator that adds the right operand to the left operand and assigns the result to the left operand?

++

*=

+=

-=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which comparison operator checks if two values are equal without checking the data type?

!=

===

><

==

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10 + 5 * 2 in JavaScript?

15

12

20

25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, which operator is used to find the remainder of a division operation?

/

*

%

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of '5' + 3 in JavaScript?

8

NaN

53

35

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which comparison operator checks if two values are equal in value and data type?

!=

><

===

==

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?