if (object === null) {
alert("object is null");
// The object is nothing
}
typeof null === "object"; // This stands since the beginning of JavaScript