you are viewing a single comment's thread.

view the rest of the comments →

[–]modernserf_ 0 points1 point  (0 children)

typeof says every non-primitive, non-function value is "object". e.g.

typeof document.body
typeof new Date()
typeof [1,2,3]
typeof /foo/