Discussion :: Javascript - CS
- What is the return type of typeof for standard JavaScript objects?
Answer : Option B
Explanation :
The typeof operator returns “object” for all standard JavaScript objects as functions are, and the typeof operator returns “xml”.
Be The First To Comment