Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     xml

    B.

     object

    C.

     dom

    D.

     html

    View Answer

    Workspace

    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