hhdkhhhrth

hhdkhhhrth

Assessment

Quiz

Architecture

10th Grade

Hard

Created by

Nathaniel Pasague

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

These are symbols that are used to perform operations on operands.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

It is a symbol for assignment operator.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

These are used to perform arithmetic on numbers.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When used on strings, the _______________ is called the concatenation operator.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Declaring a variable with const is similar to let when it comes to

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

JavaScript const variables must be assigned a _______________ when they are

declared.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Redeclaring a JavaScript var variable is ________________ anywhere in a program.