What is the return type of typeof for standard JavaScript objects?
A. xml
B. object
C. dom
D. html
Answer: Option B
Solution (By Examveda Team)
The typeof operator returns “object” for all standard JavaScript objects as functions are, and the typeof operator returns “xml”.Join The Discussion
Comments (1)
Related Questions on Classes and Modules
The behaviour of the instances present of a class inside a method is defined by
A. Method
B. Classes
C. Interfaces
D. Classes and Interfaces
The keyword or the property that you use to refer to an object through which they were invoked is
A. from
B. to
C. this
D. object
The basic difference between JavaScript and Java is
A. There is no difference
B. Functions are considered as fields
C. Variables are specific
D. Functions are values, and there is no hard distinction between methods and fields

The different variant of Date() constructor to create date object is/are
i. new Date(date)
ii. new Date(milliseconds)
iii. new Date(date string)
iv. new Date(year, month, date[hour, minute, second, millisecond])
Select one:
a. i, ii and v_{n} only
Ob. i, ii, iii and Iv
c. i, ii and iii only
d. ii, iii and iv only
ot sure