Home »
MCQs »
JavaScript MCQs
Which JavaScript operator is used to determine the type of a variable?
40. Which JavaScript operator is used to determine the type of a variable?
- typeof
- TypeOf
- typeOf
- sizeof
Answer: A) typeof
Explanation:
The typeof operator is used to determine the type of a variable.