Q64
What is the return type of typeof for standard JavaScript objects?
A.
xml
B.
object
AnswerC.
dom
D.
html
Answer: Option B
Solution
Answer: Option B
Solution:
The typeof operator returns “object” for all standard JavaScript objects as functions are, and the typeof operator returns “xml”.