6 ms·
He's referring to the dereference of a null object. For instance, calling "foo.bar" when foo is null (or potentially undefined).
by Dru89 9y ago
He's referring to the dereference of a null object. For instance, calling "foo.bar" when foo is null (or potentially undefined).