4

console.log(typeof null);

Comments
  • 0
    I would almost say that makes sense if JavaScript wasn't dynamically typed
  • 2
    I think it's object.

    Just checked: It is object.
    Damn I'm smart. 🐻
  • 0
    typeof null === 'object' - some just want to see the world burn.
  • 0
    A bug in some legacy code
Add Comment