Vidyalelo
JavaScript · Q64

Classes And Modules

Programming · JavaScript · question 64

Q64

What is the return type of typeof for standard JavaScript objects?

A.
xml
B.
object
Answer
C.
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”.