(function(){ var a = null; a.p; // $ Alert a?.p; var b = undefined; b.p; // $ Alert b?.p; });