Why is null an object and what’s the difference between null and undefined?

Why is null considered an object in JavaScript? Is checking if ( object == null ) Do something the same as if ( !object ) Do something ? And also: What is the difference between null and undefined? 22 s 22 (name is undefined) You: What is name? (*) JavaScript: name? What’s a name? I … Read more