Hacker News new | ask | show | jobs
by gear54rus 4190 days ago
And sadly, it seems the same with JS. Year 2015:

  x = null;
  typeof x; //object
  x.a = 1;  //TypeError: x is null