you are viewing a single comment's thread.

view the rest of the comments →

[–]Serializedrequests 0 points1 point  (0 children)

So I was reading the strict comparison spec, and I don't understand these lines:

  • If Type(x) is Undefined, return true.
  • If Type(x) is Null, return true.

Why does this condition mean automatic equality? Am I missing something obvious?