Contents

How many types of expressions in JavaScript?
a) one                                    
b) two
c) three                                 
d) four

c

Explanation: Arithmetic Expression, String Expression, Logical Expression


How many categories of operators?
a) one                                    
b) two
c) three                                  
d) four

b

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

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

b

How many types of operators in JavaScript?
a) three                                 
b) four
c) five                                   
d) six

c

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

b