Which JavaScript operator is used to determine the type of a variable?
Options:
Explanation:
The
typeof operator is used to determine the type of a variable.
Tags:
JavaScript
Answer:
Which JavaScript operator is used to determine the type of a variable typeof.