Charles Stover
1 min readApr 28, 2019

--

It’s not for if fetchCache is null; it’s for if fetchCache has a null prototype. I use it primarily out of habit for all objects, in case they have null prototypes. I developed this habit from the no-prototype-builtins lint rule.

--

--