How many types of expressions in JavaScript?
a) one
b) two
c) three
d) four
Explanation: Arithmetic Expression, String Expression, Logical Expression
How many categories of operators?
a) one
b) two
c) three
d) four
Explanation: binary operator, Unary operator
A type of operator that works with two operands is known as……..
a) binary operator
b) unary operator
c) ternary operator
d) all of these
A type of operator that works with one operand is known as……..
a) binary operator
b) unary operator
c) ternary operator
d) all of these
How many types of operators in JavaScript?
a) three
b) four
c) five
d) six
Explanation: Assignment Operator, Comparison Operator, Arithmetic Operator, Logical Operator, String Operator
Which operator used to assign the value of right operand to left operand?
a) comparison operator
b) assignment operator
c) arithmetic operator
d) logical operator