Font size
S
M
L
XL
Worksheetsquarter 3 module 6
Total questions: 10
Worksheet time: 8mins
Name
Class
Date
1.
These are symbols that are used to perform operations on operands
(a)
2.
It is a symbol for assignment operator
(a)
3.
These are used to perform arithmetic on numbers
(a)
4.
When used on strings, the (a) is called the concatenation operator
5.
If you add a number and a string, the result will be
(a)
6.
Declaring a variable with const is similar to let when it comes to
(a)
7.
JavaScript const variables must be assigned a (a) when they are declared
8.
If we assign a primitive value to a constant, we the primitive value.
(a)
9.
Redeclaring a JavaScript var variable is (a) anywhere in a program
10.
Redeclaring a variable with (a) , in another scope, or in another block, is allowed.
Reset
