JavaScript determines a variable’s “type” when……….
a) declaration is made
b) program starts
c) value is assign to it
d) all of these
Which of the following are fixed values in JavaScript?
a) operators
b) functions
c) expressions
d) literals
Which of the following is not type of literal value in JavaScript?
a) Integers
b) floating points
c) Strings
d) Variables
The process of giving a variable its starting value is called……..
a) declaring
b) initializing
c) naming
d) none of these
An expression consists of…….
a) operators
b) operands
c) both a & b
d) none of these
An expression can be a……..
a) constant
b) variable
c) both a & b
d) all of these